Hi, all, I have a problem to load jqGrid on second page instead od first page, I try:
1)
var mygrid = jQuery(“#s2list”).jqGrid({
..
..
page : 2,
..
2)
var mygrid = jQuery(“#s2list”).jqGrid({
..
..
postData: {“_search”: true, “page”: 2},
…
3)
jQuery(“#s2list”).setGridParam({page:2});
But none of this works.
Please help me.
I read in wiki: page: Set the initial number of page when we make the request.This parameter is passed to the url for use by the server routine retrieving the data
So, it shoulb be the first option i've write, but why this is not working?
Regards,
Paul
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top