hi,
I have a problem using CDDATA (in DHTMLXGrid) with Firefox, but everything was fine in IE.
my coding as follows:
<![CDATA[12345]]>
this column is displayed properly in IE, but invisible in Firefox.
TIA,
FY
Please be sure that there are no whitespace between end of cell tag and start of CDATA
<![CDATA[12345]]>
Parser takes first text element of cell tag as value, and in case of whitespace - it taken instead of CDATA content