[CLOSED] CheckBoxSelection model

  1. #1

    [CLOSED] CheckBoxSelection model

    Is there a way to select a range of checkboxes? If you were to select the first record, then shift-select another one later in the grid, all checkboxes between the first and last inclusive would be selected?
  2. #2

    RE: [CLOSED] CheckBoxSelection model

    In v1.0 there's the new <ext:MultiCombo> which come close, see /Form/ComboBox/MultiCombo/ in the Examples Explorer project.

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] CheckBoxSelection model

    I have a grid with checkboxes (checkboxselectionmodel). I need all the fields in the grid to display. The user will select &amp; deselect some of the checkboxes. They will want to select groups of them - say all of type A with a specific date in one of the fields. They will need to select multiple ranges. Is there a way for them to select a range of rows at once?
  4. #4

    RE: [CLOSED] CheckBoxSelection model

    Hi,

    Do you want the same behaviour like RowSelectionModel?


    We added KeepSelectionOnClick property to the CheckboxSelectionModel. If you want to have ability to check range selection with Shift key then set KeepSelection&#111;nclick="WithCtrlKey" (please note that in this mode the selection model keep selection with ctrl key only, it is mean that CheckBox selection model totally repeat RowSelectionModel)


    Please update from SVN

Similar Threads

  1. [CLOSED] Locking Grid with checkboxselection model
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 15, 2012, 6:02 AM
  2. Replies: 7
    Last Post: May 21, 2011, 7:43 AM
  3. [CLOSED] CheckboxSelection model - select a row from codebehind
    By sadaf in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 07, 2011, 9:24 AM
  4. CheckboxSelection Model Event
    By BLOZZY in forum 1.x Help
    Replies: 2
    Last Post: Sep 07, 2010, 7:40 AM
  5. [CLOSED] CheckboxSelection model and script in every response
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 04, 2009, 11:09 AM

Posting Permissions