hi
is there a way to set the font color in a specific cell in xml
thanks
cell tag supports style and class attributes ( dhtmlx.com/docs/products/doc … lGrid.html )
This value will be rendered as red
any other css style ( combination of styles ) can be set through style attribute.
the class attribute works in similar way, but allows to assign custom css class instead of css style string.
ok thanks