jqgrid version 4.5.2
I implemented virtual scrolling on a search page (see code below).
Search results returned 64 results. When I scoll to the bottom, I first see “View 1 of 64″. If I scroll up a little and then back to the bottom again, the text changes to “View -3 of 64″ and I see duplicate rows added to the table. If I do this a second time, the text changes to “View -7 of 64″ and additional duplicate rows get added. Subsequent scrolls to the bottom have no further effect.
After a lot of digging, I found what I think was the issue. On line 968 of jquery.jqGrid.src.js
if (p.lastpage && (page > p.lastpage || p.lastpage===1 || (page === p.page && page===p.lastpage)) ) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top