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:







and then it will parse properly.

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.