Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 05, 2008 01:06
open dhtmlx forum
Increase height of the cells

Hi,
How to increase the height of the cells in a grid..?
Answer posted by Support on Dec 05, 2008 01:48
You can 
a) change default cell height in dhtmlxgrid.css
div.gridbox table.row20px tr td{
  height:20px; // <= here it is

b) use setRowTextStyle|setCellTextStyle or style attribute in xml with necessary height value.