Load grid data from XML object.

Hi,



Is it possible to load grid data from JavaScript DOM object representing XML document instead of XML file?

This means that instead of XML file name I would like to pass to “loadXML” method (or “load” in a new grid version?) DOM object, representing XML document.



Regards,

Yuri


It is possible, in grid 1.5 you can use
        grid.parseXML(object);



in grid 1.6
        grid.parse(object);



where object - DOM object, representing XML document