Ext.Net.GridPanel with CheckboxSelectionModel and PagingToolbar select ALL records

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    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
    gridPanel.getSelectionModel().selections
    Last edited by DanGarkusha; Oct 03, 2018 at 4:36 PM.

Similar Threads

  1. [CLOSED] GridPanel with CheckboxSelectionModel: select records
    By Leonid_Veriga in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 09, 2012, 11:41 AM
  2. [CLOSED] GridPanel with CheckboxSelectionModel: select and deselect records
    By Leonid_Veriga in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 09, 2012, 11:40 AM
  3. [CLOSED] GridPanel with CheckboxSelectionModel getting selected records issue
    By Leonid_Veriga in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 14, 2012, 5:30 AM
  4. Replies: 3
    Last Post: Sep 13, 2012, 8:52 AM
  5. Replies: 3
    Last Post: Jun 29, 2010, 2:54 PM

Posting Permissions