Hi,
I am exporting and importing the grid configuration in XML format and it is not working. The JSON format is working, but I need the XML format.
My jqGrid version is 3.8 beta.
The Javascript error is:
xml is undefined
if (xml.nodeType === 9) {
I am calling the import method using:
jqGridImport({“imptype”:'xmlstring', “impstring”:myConfig});
the var myConfig has exactly the same XML which jqGridExport method printed.
I tested using {“imptype”:'xml', “impurl”:myUrl} and it also does not work.
Any idea?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top