Hi,
We recently upgraded to the latest commercial version of jqgrid (5.2.1) and we’re now having trouble with the pager. Using mostly identical code as we used in the past we can get the grid to work as desired except for one thing: the search and refresh buttons on the pager are missing, while the navigation buttons are displayed correctly.
We are configuring the pager as follows:
$(‘#grid_0’).jqGrid(‘navGrid’, ‘#grid_0_pager’, // pager
{
add: false,
edit: false,
del: false
},
{},
{},
{},
{
multipleSearch: true,
sopt: [‘eq’, ‘ne’, ‘cn’, ‘nc’, ‘bw’, ‘ew’],
defaultSearch: ‘cn’
},
{ closeOnEscape: true }
).trigger(“reloadGrid”);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top