Disable GridPanel Checkbox Selection when Select Row

  1. #1

    Disable GridPanel Checkbox Selection when Select Row

    Hi,

    I have some question about Checkbox Selection Mode in GridPanel.
    https://examples4.ext.net/#/GridPane...kbox_Selection
    In this example, when I select a row (click on any row in any column not in the checkbox). All the checkbox I checked earlier is cleared. Only the selected row is check. I don't want this feature. Can I turn it off somehow?

    Thanks.
  2. #2
    Hello @Kuro13!

    You can limit selection on the rows to trigger only from the checkboxes with CheckOnly="true" in the CheckBoxSelectionModel.

    From that point, you can fiddle with the view's OnItemClick event to toggle the selection (instead of deselecting everything else) on click.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hi Fabricio,

    Thanks thats working properly.
    You can close this.

    Thank You.. :)

Similar Threads

  1. Replies: 8
    Last Post: Dec 18, 2014, 6:35 AM
  2. Replies: 1
    Last Post: Apr 30, 2014, 8:03 PM
  3. Replies: 2
    Last Post: Sep 04, 2013, 4:01 AM
  4. Replies: 7
    Last Post: Jun 26, 2013, 9:25 AM
  5. Replies: 0
    Last Post: Feb 10, 2011, 1:04 PM

Tags for this Thread

Posting Permissions