DHX Grid: Why css style and css text is not taken by the cel

Hi there,

I have given css style as well as class to the cell in XML.

But still it doesn’t take it fully; why ?



I have written something like this in XML:

sb.append("<cell class=“readyProcess” style=“text-align: center;”><![CDATA[]]>");





Image Link:

img372.imageshack.us/my.php?imag … ylezl6.jpg



Please help !!

You can force attribute serialization by using

grid.xml.cell_attrs=[“class”,“style”];

Beware, that for both attributes, grid will include the same value as it was in original XML, not the actual value of the cell.

Hi there,
              I tried it; but its still not working.
              Do u have any alternate way ?


Working sample sent by email.