Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Manolis Samoilis on May 15, 2007 22:55
open dhtmlx forum
Row height in grid

Is there a way to change height of rows from css?
Answer posted on May 16, 2007 10:26
By default grid works in mode where height of row fixed, you can switch to flexible row height mode by
    grid.enableMultiline(true);

If you need to have fixed row height, just with another size, you can update it in dhtmlxGrid.css

div.gridbox table.row20px tr  td{
    height:Npx;

Please beware that in SmartRendering mode few additional steps required to have correct functionality with changed row height
Answer posted by Andrei (Support) on Nov 28, 2014 18:32

Not much can be said in addition to the reply above, but you also can check php ajax calendar and dhtml editor and find out what we have probably missed in our explanation.