heigth of row in a grid

Hi,



I used the dhtmlxgrid in my application that sometime are multiline and sometime not. I would like to know if it’s possible to set a minimum of heigth?



Best regards,



Emilie


You can change height of the row only via css:


div.gridbox table.row20px tr td{
height:20px;
white-space: nowrap;
padding:0px;
}




Thanks!