I have jqGrid with which users will select records. On multiple pages, you can select a large number of entries.
The selected rows seem to be cleared when user pages pass data. Can a developer manually track selected rows in an array? I do it fine, but I'm not sure which is the best way. I'm not sure I want to splic an array whenever any number of records are selected, as it looks like this can really slow things down.
My ultimate goal is to have a jQueryUI dialog box that, when closed, stores all selected rows so that I can send it to the server.
Insight, questions, comments; all are appreciated!
Note: the aspnetmvc tag is added only because it is intended for MVC application
source share