jqGrid 分页器在滚动分页中不可见

jqGrid paginator not visible in scroll pagination

jqGrid版本:Guriddo jqGrid JS 4.7.0 (2014-12-08) 主要的 jqGrid 选项:

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]

当我将 scroll 设置为 0 - everythink 正常工作,有人知道在最新版本的 jqGrid 上同时启用分页和虚拟滚动的简单方法吗?

目前,设计不可行:https://github.com/tonytomov/jqGrid/issues/689