Oct 03, 2018, 4:17 PM
Ext.Net.GridPanel with CheckboxSelectionModel and PagingToolbar select ALL records
How should I configure my GridPanel so that when I click on select-all checkbox it actually selects all records in the grid as opposed to just the records on the current page (client-side)?
The end result should be as follows:
- The GridPanel shoud maintain selection across all pages
- The entire list of selected records should be accessable via grid's object model
The end result should be as follows:
- The GridPanel shoud maintain selection across all pages
- The entire list of selected records should be accessable via grid's object model
gridPanel.getSelectionModel().selections
Last edited by DanGarkusha; Oct 03, 2018 at 4:36 PM.