I'm testing the dhtmlXgrid Standard version. Is it possible

Yes it can be set by API or from configuration XML

by API

    grid.setRowColor(…
    grid.setRowTextStyle(…
    grid.setCellTextStyle(…

from XML


XML

    1
    2

in HMTL

    .acss TD { color:red; }
    .bcss { background-color:navy; }



Thanks for the quick reply. Very nice product.