Home › Forums › Guriddo jqGrid JS › Help › Display Grid but don’t load data
Currently this is doable with some restrictions, for one you have to have a caption and you have to display the show/hide button.
Hello,
$(“#mygrid”).jqGrid({
…
url: “myurl.php”
datatype: “local”,
});
$(“#mybutton”).click(function(){
$(“#mygrid”).setGridParam({datatype:'json'}).trigger(“reloadGrid”);
Hope this help
Regards
Tony
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS