Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pharvey on Feb 11, 2009 09:36
open dhtmlx forum
Set default row height

When users type in text they are only seeing the top 2/3 of the text.

Looking in the API I can't find this, but is there a way to set the default row height for the grid as a whole?

Thanks
Answer posted by Support on Feb 11, 2009 09:46
Grid can work in two modes
- fixed row height, single line of text 
- height of row defined by content ( grid.enableMultiline() )

Height of row for "fixed" mode defined in dhtmlxgrid.css 
div.gridbox table.row20px tr td{
  height:20px;