Hi,
How can we override the row height in a dhtmlx grid?
In my page i have two grids, one is having skin as light and other dhx_blue
When i used the following code to overide all rows of 2nd grid only…Its not working…Please help
div.gridbox_dhx_blue table.row20px tr td{
height:50px;
white-space: nowrap;
padding:0px;
}