dhtmlx grid cell width height

Hi,



can i set height and width of cell. also can i set height of column header.

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;”)