Categories | Question details Back To List | ||
Grid making cell value as empty, if xml has html markup Hi, While initializing the Grid with XML, if XML has cell text with HTML markup, that text is displayed as empty while rendering on the screen. Any pointer? Thanks. Answer posted by dhxSupport on Jul 28, 2009 03:57 Please make sure that in your xml you are stored HTML murkup in the CDATA: <cell><![CDATA[<div>Cell value</div>]]></cell> If issue still occurs please provide us any kind of sample where we can reproduce it. |