cm1310
#1
Hello,
i’ve some usernames with the sign ‘&’ and transmit the name in CDATA (XML) like this:
<?xml version="1.0" encoding="UTF-8"?>
<rows>
<row id="1234">
<cell><![CDATA[Paul&Mary]]></cell>
(...)
The display field is ‘ro’ and in all browsers the name is ok but only in IE8 i see “Paul”. All other characters from ‘&’ are truncated.
Why this?
Regards, Carsten
cm1310
#2
Supplement:
If i set the name in (double) quotes it will be displayed correct
Olga
#3
Try to use “rotxt” eXcell type
cm1310
#5
Almost! 
If i init the grid on javascript side with setColTypes() it works but if i init the gid with XML it doesn’t.
<column type="rotxt" width="*" align="left" sort="" id="col1"><![CDATA[<div align='center'>Name</div>]]></column>
cm1310
#6
Supplement:
In this case it’s a subgrid.
cm1310
#7
Ok, my error, it was the wrong column.
BUT: I use some “
” in this cell but when i set the type to “rotxt” i see “
” in cell text! 
rotxt - Simple read-only cell without edit possibility that treats values as pure text, so no HTML is allowed.