Hi,
I have tried to import XML using “built in” AJAX import and it works as expected.
In my situation I need to get the XML using my AJAX call, modify the XML file and than pass it to jqGrid.
In this case I have to use “xmlstring” option and I have to serialize my XML. What import function does, it creates DOM out of it.
I would love to see “xmldom” import option so that I could use code as follows:
$.ajax({
type: “GET”,
url: “grid_source.xml”,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top