[CLOSED] Gridpanel selection model(checkbox) force to select more than 1 row without using ctrl keyboard key

  1. #1

    [CLOSED] Gridpanel selection model(checkbox) force to select more than 1 row without using ctrl keyboard key

    Hi,

    Like in title can it be done in v2.x?

    In v.1.6 It was like that user should click on checbox on the left of gridpanel (If he/she doesn't unchecked it and clicked on some other row previously checked checkbox remains to be checked) now if user checked some rows and then click(on another row but not checkbox, all previous checked rows are unchecked and only row which was clicked is selected)

    Is there any solution for this? Maybe force than when clicking on rows it will behave like mouse click + CTRL but without holding CTRL key all the time
    Hope this is clear enough what I want to do here.
    Thanks,
    ViDom
    Last edited by Daniil; Jun 26, 2013 at 10:18 AM. Reason: [CLOSED]
  2. #2
    Ok it was my fault. I've made start from 1 not from 0 and thats why it wasn't display first item.

    And when 0 data items return there is summary row which looks exactly the same like normal data item
  3. #3
    Hi @ViDom,

    So, can we consider the issue to be resolved?
  4. #4
    Quote Originally Posted by Daniil View Post
    Hi @ViDom,

    So, can we consider the issue to be resolved?
    My answer is for another thread I've make mistake here. Question is still actual.
  5. #5
    Hello!

    Try to set Mode to Simple:

    <ext:CheckboxSelectionModel runat="server" Mode="Simple" />
  6. #6
    Quote Originally Posted by Baidaly View Post
    Hello!

    Try to set Mode to Simple:

    <ext:CheckboxSelectionModel runat="server" Mode="Simple" />
    It's work but to be sure: What is the diffrence with Multi and simple mode without this one simple do not need to use ctrl or shift key?
  7. #7
  8. #8
    Quote Originally Posted by Daniil View Post
    Now it is clear.

    Thread can be closed.
    Thanks for help guys:)

Similar Threads

  1. Replies: 10
    Last Post: Apr 19, 2013, 3:16 PM
  2. Question about Checkbox Selection Model in GridPanel
    By slonati_adv in forum 2.x Help
    Replies: 0
    Last Post: Jul 12, 2012, 2:19 PM
  3. [CLOSED] GridPanel with Checkbox Selection Model
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 07, 2012, 2:37 PM
  4. Replies: 4
    Last Post: Oct 06, 2010, 9:08 AM
  5. [CLOSED] Checkbox Selection Model in GridPanel
    By egodoy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 15, 2009, 10:07 AM

Tags for this Thread

Posting Permissions