Categories | Question details Back To List | ||
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. |