Increase height of the cells

Hi,

How to increase the height of the cells in a grid…?

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.