I have a grid that allows paging, filtering and selection. FilteringType is Excel, SelectionType is multiple. Selection is added to a hidden input field via clientside script. When a user filters the data, selects a record, filters the data again, selects a different record, only the last row selected will be picked up by the getSelectedRecords() function, and if filters are removed no records show as selected.
While I can handle the the selections for the hidden input I'd like to know if there's a way to have the selections persist between filters so the user's can see what they have selected.
Thanks,
Bryan