Hi,
I’m using “ro” cell. When i’m trying to insert cell with the value “a&b” only the “a” appears in the cell.
any idea how can I add “a&b” into a cell?
thanks,
Hi,
I’m using “ro” cell. When i’m trying to insert cell with the value “a&b” only the “a” appears in the cell.
any idea how can I add “a&b” into a cell?
thanks,
Hello,
if you are loading your data from XML you use special rules to make special to display in the grid.
for example you may use CDATA.
<cell><![CDATA[a&b]]></cell>
Read the following tutorial to know more about it:
http://docs.dhtmlx.com/doku.php?id=others:special_characters_in_xml
Also read the the general tutorial about special characters:
docs.dhtmlx.com/doku.php?id=othe … ial_charac