This example show how we can load XML Grid Configuration from external xml file
A JSON import is also available. Press a Convert link to perform the conversion
convert
The XML example file look like this
HTML
...
Java Scrpt code
$("#cnvxml").click(function(){
$("#xmlist1").jqGridImport({impurl:"testme.xml"});
$(this).hide();
});
...