Search code examples
javascriptjqueryjqgridpaginationjqgrid-asp.net

jqGrid paginator not visible in scroll pagination


Version of jqGrid: Guriddo jqGrid JS 4.7.0 (2014-12-08) Main jqGrid options:

mtype: 'get',
datatype: 'json',
page: 1,
scroll: 1,
rowNum: 50,
rowList: [10, 20, 50],
width: 780,
height: 250,
hidegrid: false,
multiSort: false,
autowidth: true,
multiselect: true,
ignoreCase: true,
shrinkToFit: true,
rownumbers: true,
rownumWidth: 25,
viewrecords: true,
gridview: true,
pager: '#jqGridPager',
viewsortcols: [false, 'horizontal', true]

When i set scroll to 0 - everythink is working, anybody know an easy way to enable paging and virtual scrolling together on latest versions of jqGrid?


Solution

  • Currently, not possible by design: https://github.com/tonytomov/jqGrid/issues/689