Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 16, 2008 22:28
open dhtmlx forum
dhtmlx grid cell width height

Hi,

can i set height and width of cell. also can i set height of column header.
Answer posted by Support on Dec 17, 2008 03:22
You can't set width or height for single cell only for column or row. 
For column it can be done by 
     grid.setColWidth(index,width);
for row height it can be done as
     grid.setRowTextStyle(id,"height:40px;")