Specifiy row color with a css class

Is it possible to specify a CSS class for row? for example I am currently sending this in the xml

....

I would really like to do this:

……

Yes, you can use ‘class’ attribute:

[code]

div.gridbox_dhx_skyblue table.obj tr.noteImportant{
background-color:red;
}[/code]

You can find list of all available attributes here dhtmlx.com/docs/products/doc … index.html
Also you can use custom attributes docs.dhtmlx.com/doku.php?id=dhtm … attributes