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 ... <table id="xmlist1"></table> <div id="xmlpager1"></div> Java Scrpt code $("#cnvxml").click(function(){ $("#xmlist1").jqGrid('jqGridImport',{impurl:"testxml.xml"}); $(this).hide(); }); ...