Forum
01:34
15/12/2010
There seems to be an issue with jqGrid when utilizing the Virtual Scrolling feature. The issues is on initial load of the grid it only lets you scroll to the rowNum: 20 amount. But if you invoke/trigger an action on the grid like sort on column after that action you can then scroll the grid past rowNum: 20 you can scroll it any where in the result list of the grid.
Here are my two grids that I have configured, and am using the latest 3.8.1 version:
jQuery("#groupObjectItemsOutGrid").jqGrid({
datatype: 'local',
data: data3,
height: 255,
width: 350,
colNames: ['Id', 'Name'],
colModel: [{ name: 'Id', index: 'Id', align: 'center', width: 20, hidden: true, key: true },
{ name: 'Name', index: 'Name', align: 'center', width: 40}],
rowNum: 20,
rowTotal: -1,
scroll: 1,
multiselect: true,
rownumbers: true,
rownumWidth: 20,
gridview: true,
sortname: 'Name',
viewrecords: true,
recordpos: 'center',
sortorder: "asc",
caption: 'Out',
pager: '#groupObjectItemsOutPager'
});
jQuery("#groupObjectItemsOutGrid").jqGrid('filterToolbar', { stringResult: true, searchOnEnter: false });
jQuery("#groupObjectItemsInGrid").jqGrid({
datatype: 'local',
data: data4,
height: 255,
width: 350,
colNames: ['Id', 'Name'],
colModel: [{ name: 'Id', index: 'Id', align: 'center', width: 20, hidden: true, key: true },
{ name: 'Name', index: 'Name', align: 'center', width: 40}],
rowNum: 20,
rowTotal: -1,
scroll: 1,
multiselect: true,
rownumbers: true,
rownumWidth: 20,
gridview: true,
sortname: 'Name',
viewrecords: true,
recordpos: 'center',
sortorder: "asc",
caption: 'In',
pager: '#groupObjectItemsInPager'
});
jQuery("#groupObjectItemsInGrid").jqGrid('filterToolbar', { stringResult: true, searchOnEnter: false });
jQuery("#groupObjectItemsOutGrid").jqGrid('gridDnD', { connectWith: '#groupObjectItemsInGrid', dropbyname: 'true' });
jQuery("#groupObjectItemsInGrid").jqGrid('gridDnD', { connectWith: '#groupObjectItemsOutGrid', dropbyname: 'true' });
thx in advance
Most Users Ever Online: 715
Currently Online:
46 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