GridPanel CheckboxSelectionModel

  1. #1

    GridPanel CheckboxSelectionModel

    I am having issue with selecting multiple rows in a gridpanel using CheckboxSelectionModel. I need to click only the checkbox to be able to select multiple rows, not any where on the row, and when I click other cell one the row, it will be SingleSelect, just like RowSelectionModel. The sample in here Grid2.

    How can I do it?
  2. #2
    hi,

    u try

    this.getSelectionModel().selectRow(rowIndex);
  3. #3
    How to determine click on checkbox or the other cell

Similar Threads

  1. [CLOSED] GridPanel and CheckBoxSelectionModel
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 25, 2012, 2:51 PM
  2. [CLOSED] GridPanel and CheckBoxSelectionModel
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 25, 2012, 11:45 AM
  3. [CLOSED] GridPanel multiselect rows (CheckboxSelectionModel)
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Sep 14, 2011, 5:24 PM
  4. [CLOSED] GridPanel multiselect rows (CheckboxSelectionModel)
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 02, 2011, 6:03 PM
  5. Replies: 2
    Last Post: Dec 30, 2008, 2:48 PM

Posting Permissions