Ext.Net.GridPanel with CheckboxSelectionModel - select multiple records via checkbox or Ctrl+Click, otherwise, single-select

Page 2 of 2 FirstFirst 12
  1. #11
    Hello @DanGarkusha!

    Glad you could make it work the way you needed, and thanks for sharing the outcome!

    I was looking latest CheckBox selection model documentation and nothing clearly seems to implement the behavior described this far. So I'm afraid no, actually not even the most current version of Ext.NET implements this selection approach.

    But I believe with the RowModel's Multi select mode and a CheckColumn, you'd be able to implement a more complete approach to the selection rules you want, supporting elaborate ctrl and shift keys selection through the records.

    Or even extending/overriding the Ext.NET 4.7.1's CheckBoxModel, you'd have the benefit of the ctrl and shift modifiers while selecting, as well as keyboard selection. All you would have to do is modify it so that checkbox selection always worked as if the ctrl key was depressed.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  2. #12
    Thanks for letting me know. I'll keep that in mind...
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 5
    Last Post: Oct 06, 2018, 12:44 AM
  2. Replies: 7
    Last Post: Jun 26, 2013, 9:25 AM
  3. [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
  4. [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
  5. Replies: 5
    Last Post: Mar 24, 2010, 5:15 PM

Posting Permissions