Space between rows

Hi there what is the easiest way to change the space between rows? As my data is looking a bit cramped together


You can do this using css stylesheets:


div.gridbox table.obj tr td {
padding: 10px 0 10px 0;
}


More information about grid appearance you can find here dhtmlx.com/docs/products/dhtmlxG … _cust_skin