CheckBox Selection Model Doesn't check Multiple Items

  1. #1

    CheckBox Selection Model Doesn't check Multiple Items

    Hi Team,
    I've faced a Problem that CheckBoxSelectionModel for Grid Panel doesn't allow me to Select Multiple Items.But when I Press Ctrl + Mouseclick,It can be clicked Mutiple Items.Is There Solution to select Multiple Items with Mouse Click(Don't want press Control Button)


    <SelectionModel>
               <ext:CheckboxSelectionModel runat="server" Mode="Multi"></ext:CheckboxSelectionModel>
               </SelectionModel>
  2. #2
    @Murali
    may be GridPanel with Checkbox Selection Model example will help.
  3. #3

    That Example Wasn't Help Me.

    Hi matrixwebtech,
    Thank You for replying ,But That Example also Have same problem,That When i want to select multiple items,it is necessary to press control(ctrl) key.I don't Want it so.
  4. #4
    Hi @Murali,

    Please use Mode="Simple" rather than Mode="Multi".

Similar Threads

  1. Replies: 8
    Last Post: Dec 18, 2014, 6:35 AM
  2. Replies: 2
    Last Post: Apr 21, 2014, 8:24 AM
  3. Replies: 3
    Last Post: Oct 05, 2012, 11:44 AM
  4. Replies: 11
    Last Post: Mar 14, 2012, 10:12 AM
  5. Replies: 2
    Last Post: Mar 21, 2010, 1:18 PM

Tags for this Thread

Posting Permissions