Insert Cell's style in XML File

Hi,

I would like to know if we can modify a cell style from an XML File ?
For exemple add a tag style in my XML file for the cell with id “test”, and when I use the myGrid.loadXML method, my grid apply the style for cells with id “test”.

Thanks.

You may add style attribute or a css style to any needed row or cell of a grid.

data

Thanks