Categories | Question details Back To List | ||
Selected attribute causes XML error in grid serialization If I set the fullXML parameter to true on the setSerializationLevel for a grid control and then serialize the grid, the resulting XML is invalid. The selected attribute immediately follows the id value with no space: <row id='Row1'selected='1'> Then I get an error when I attempt to load that XML. I have to change that element to: <row id='Row1' selected='1'> and then it will parse properly. Answer posted by Support on Jul 24, 2008 02:15 Problem confirmed and fixed, please contact us directly at support@dhtmlx.com and provide your ref. number - we will send you an updated version of js file. |