Categories | Question details Back To List | ||
'&' problem Hi. When I want to input a text like 'Jerry&Tom', but it can't read '&'. How can I fix this problem? Help me please. Answer posted by Alex (support) on Apr 08, 2009 06:47 Hello, Please, provide some more details. Which component do you mean? Where do you put the text ? Answer posted by MI on Apr 08, 2009 20:41 The grid Component. The cellType is 'ed'
Answer posted by dhxSupport on Apr 09, 2009 02:51 In your xml cell's data should be stored into CDATA: <cell><![CDATA[Jerry&Tom]]></cell> |