I have large jqGrids with ~ 1000-2000 lines, but only 100 are loaded by default. I have multiselect set to true and use a virtual scroll, and when I click on the select all check box, only those that are already loaded are selected.
I told my users that as a workaround, they need to scroll down the page until all the lines have been loaded.
It works, but not very convenient.
I need a way to load a full grid when I click the Select All button. There is an event called "onSelectAll" that I could use, but I donβt know how to load all the data that has not yet been loaded, and select all the lines again after the data has finished loading.
Does anyone know of a simple solution to this problem?
source share