I’m experiencing a problem with multiselect in virtualmode. If I select a row, scroll away from it, and select another row while holding shift to select the range of rows, it will only select a subset of that range that is visible to the grid. I can’t even select as few as 30 rows in this manner!
I posted a working demo of this from code posted from the jqwidgets team on this other topic: http://www.jqwidgets.com/community/topic/select-all-in-virtual-mode/#post-87903 . That demo can be found here: http://jsfiddle.net/L9x0L0jv/
The getrowdata function is also broken in a similar way to this, but I have an easy workaround for that already. This selection bug is more trouble and I’m hoping to avoid building my own selection system to work around it. Thank you.