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" class="scroll" cellpadding="0" cellspacing="0"></table> <div id="xmlpager1" class="scroll" style="text-align:center;"></div> Java Scrpt code $("#cnvxml").click(function(){ $("#xmlist1").jqGridImport({impurl:"testme.xml"}); $(this).hide(); }); ...