Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
xml grid problem iterateNext error
posted

Trying to port an older extjs grid over to jquery igGrid using ajax local webservice call and returning xml. Goal is to eventually get the paging to work but for now I"m having trouble getting it to display my return. I think the xml looks fine in the response but I get this error via  Chrome debugger:

 Uncaught Error: There was an error parsing the XML data and applying the defined data schema: Object #<Document> has no method 'iterateNext' infragistics.js:51

I have 

contentType:

 

 

 

'text/xml; charset=utf-8', dataType: 'xml' when the response is returned I have var obj = msg and then I recreate the grid with dataSourceType: 'xml' and dataSource: obj

Please help I really want to get this to work. I refuse to return json. IMHO its a pain in the *** to get it to parse correctly especially between chrome and ie. been there done that. This is all from a grid that was working fine in extjs so I think my xml and request/response ajax pattern should be OK!

Parents Reply Children