hello,
I have built a jqury grid object with loadonce equal to true, so i can make local sort with the current data. now, i want to update the data in the grid (the data should be updated based on my own filter) by changing the loadonce to false using jQuery(“#list”).setGridParam({loadonce:true}), now I change some of the grid Params and trying reloading the grid by calling jQuery(“#list”).trigger(“reloadGrid”) but this not works!! any suggestion???
thanks in advance
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top