Forum
10:33
05/12/2013
Hi All,
I am new to jqGrid. I want to add paging feature to jqGrid dynamically. I tried the following options but it is not working:
1) $grid.setGridParam({ pager: '#pager', rowNum: 10, viewrecords: true, rowList: [10, 20, 30] });
2) $grid.jqGrid('setGridParam', { pager: '#pager', rowNum: 10, viewrecords: true, rowList: [10, 20, 30] });
3) $grid.setGridParam({ pager: '#pager', rowNum: 10, viewrecords: true, rowList: [10, 20, 30] }).trigger("reloadGrid");
4) $grid.jqGrid('setGridParam', { pager: '#pager', rowNum: 10, viewrecords: true, rowList: [10, 20, 30] }).trigger("reloadGrid");
Please guide. Thanks in advance.
12:53
Moderators
30/10/2007
Hello,
By default pager can not be added dynamically.
I see two possible solutions
1. You will create the pager initially with the grid. Hide them and after some condition show them
$("#grid").jqGrid({
...
pager : '#pager',
...
});
$("#pager").hide();
and then
if(some_condition) {
$("#pager").show();
}
2. You willneed to unload the grid (see methods) and create it again withh enabled pager options.
Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
17:06
Moderators
30/10/2007
Hello,
Please let us know how you do this succesfully.
Thank you.
Kind Regards
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
69 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66