-
8 Sep 2010 2:13 AM #1
[Solved] lame question about disabling multiselect in grid
[Solved] lame question about disabling multiselect in grid
Excuse me, how can I disable the selection of multiple rows in the grid? (in com.extjs.gxt.ui.client.widget.grid.Grid<M>)?
I use GXT 2.2.0.Last edited by Manjago; 8 Sep 2010 at 2:30 AM. Reason: Solved
-
8 Sep 2010 2:17 AM #2
Code:grid.getSelectionModel.setSelectionMode(SelectionMode.SINGLE);
-
8 Sep 2010 2:29 AM #3
-
8 Nov 2011 9:00 PM #4
How to enable MutiSelect?
How to enable MutiSelect?
i am trying to enable multiselect in grid, everyone say its default but i don't want to use hold ctrl key for that

How to enable multiselect in gxt grid, without holding shift/ctrl key plzz help me.
i tryed this code
Code:CheckBoxSelectionModel<BeanModelType> sm = new CheckBoxSelectionModel<BeanModelType>(); sm.setSelectionMode(SelectionMode.MULTI);
Similar Threads
-
Multiselect demo question
By nar in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 15 Feb 2009, 10:05 PM -
Question about loading dynamic data into Multiselect
By cadudecastroalves in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 21 Feb 2008, 2:03 PM -
Question about populate multiselect dinamicaly
By cadudecastroalves in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 8 Feb 2008, 10:21 AM


Reply With Quote