Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 31, 2008 15:02
open dhtmlx forum
multiline

how to make fixed height for a row in multiline mode. I am not using smart rendering.
Answer posted by Support on Aug 01, 2008 01:02

If you just need to have custom height of row, you need not use multiline mode , but just update dhtmlxgrid.css

div.gridbox table.row20px tr td{
  height:20px;         //<= update this value with any necessary height