I would like to change font size for all data displayed in the grid (all rows).
Is there an attribute for tag to do this?
Thank you,
Stan.
If you want to change default style for ALL rows - the simplest thing is update directly dhtmlxGrid.css
Next style control cell look
div.gridbox table.obj td {
If you want to change the styles for cpesified rows only, you can use “class” attribute of “row” tag in XML to specify css class for necessary rows.