How can I get the xml object in dhtmlxgrid

Hi,I have a dhtmlxgrid object:
var mygrid = new dhtmlXGridObject(‘mydiv’);
setting…
mygrid.load(xmlFile.xml);
Then:
How can I get the xml object in dhtmlxgrid for xmlFile.xml’s data
THe mygrid.xml is ActiveXObject?

hi,songjianjing,
you can use MS IE to debug into the dhtmlxgrid object, then find the xml object.
There you can see all the methods and properties.