When we get some special characters (&, <, >, etc) in the c

When we get some special
characters (&, <, >, etc) in the cell values it is giving error
“Error loading XML”. Can u specify what we should use if get those
values


If you�re initializing TreeGrid from XML, you need to
generate valid XML document, the symbols &, <, > are illegal in XML
content, you can escape them as & < > or use CDATA
sections

           
  ]]>