Hi,
I’d like to change only one cell color into XML…
…
Title
…
name1
<row id="2>
name2
name3
…
why this doesn’t work?
thx,
Fabio
The problem was not reconstructed locally.
Please, see attached sample.
sample_color_xml.zip (55.2 KB)
your example works.
with my dhtmlxTreeGrid_v14_Pro_70813 not.
could you send me an update for dhtmlXGrid.js ?
thx,
Fabio
dhtmlxgrid 1.4 buil 70813 doesn’t support “style” attribute of cell tag, but you can use “class” attribute for similar purpose.
In HTML
.my_red{
background-color:red;
}
In XML
<row id="2>
name2
works!
Thank you!
Fabio