[CLOSED] CheckBoxModelSelection - Clear all selections When using CellEditing

  1. #1

    [CLOSED] CheckBoxModelSelection - Clear all selections When using CellEditing

    Hi, I used CellEditing, if I start editing, it will clear all selections. I want to it will not affect anything and keep current selections when editing.
    Last edited by Daniil; Jun 24, 2014 at 4:35 AM. Reason: [CLOSED]
  2. #2
    Hi @Webezi,

    What about CheckOnly="true" for the CheckboxSelectionModel? It means that rows can only be selected by clicking on checkboxes.
  3. #3
    I set CheckOnly = 'true', but it still clear all selections.

    Please advise.
  4. #4
    I forgot about the bug:
    https://github.com/extnet/Ext.NET/issues/108

    Please also add this for the CheckboxSelectionModel:
    <CustomConfig>
        <ext:ConfigItem Name="selectByPosition" Value="null" Mode="Raw" />
    </CustomConfig>
  5. #5
    It's working. Thanks very much.

Similar Threads

  1. [CLOSED] grid selections
    By Z in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 04, 2013, 4:42 AM
  2. [CLOSED] DatePicker Selections
    By ATLAS in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 22, 2013, 12:30 PM
  3. [CLOSED] GridPanel Filter with Checked Selections
    By elisa in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 09, 2013, 8:02 PM
  4. Clear selections in checkbox selection model
    By Birgit in forum 2.x Help
    Replies: 0
    Last Post: May 29, 2012, 12:28 PM
  5. Clear selections of gridpanel
    By onurbozkurt in forum 1.x Help
    Replies: 4
    Last Post: Aug 19, 2009, 5:00 PM

Posting Permissions