Hello again.
I am mastering your Grid control and find it realy great but i am having problem when XML is raed from server and it has
the special forbidden characters in it like ‘&’ ,’<’,’>’
I ve tryed
![CDATA[ ]]
but still the problem persists.
Thank you
Sergei
There are two ways
a) use CDATA
< & ]]>
b) use escaping
> < &
This will allow the correct XML processing, but HTML also process such etities in special way, so you need
a) use text based cell types (rotxt, edtxt, cotxt, txttxt )
b) use double escaping