Categories | Question details Back To List | ||
dhtmlx grid serialize () special character issues hi, we are using licensed version of dhtmlx components, i want to export grid data as it is by mygrid.serialize (), which is doing fine, But my question is i have special characters in my grid data like < , >, <> , & .... when i do serialize () the gird data exporting as it is with special characters and when i reload the same XML file i am getting invalid XML format b'use serialize () is exporting grid data as text instead of < for < and > for >. is there any method in API which will convert grid data special character as XML understandable format. Answer posted by dhxSupport on Jun 09, 2009 00:31 You can use setSerializationLevel(userData, fullXML, config, changedAttr, onlyChanged, asCDATA) method: userData - enable/disable user data serialization |