Folks,
I’m having a strange problem using a grid instance; although the grid gets instantiated and populated correctly, I keep getting warning messages in the javascript console that say:
TypeError: b.nodeName is undefined.
When I follow that error it takes me to line 34 of dhtmlx.js to a line that starts with:
“Incorrect XML”,[b||this.xmlDoc,this.mainObject]);b.nodeName.indexOf(“document”)!=-1?e=b:(e=b,b=b.ownerDocument);
Following is a sample of the xml file I am using to populate the grid using grid.load(url):
<?xml version="1.0" encoding="iso-8859-1"?> 121 03/07/2013 14:04:25 inhouse 192.168.1.10 daryl 205050 1 9 test laserAny help is greatly appreciated.
Thanks,
Daryl