-
1 Jul 2011 3:47 AM #1
Ext Js 4.0.2 - CellModel Multi Select not working?
Ext Js 4.0.2 - CellModel Multi Select not working?
I am trying to implement the Ext.selection.CellModel with mode: 'MULTI' however the grid still only allows one cell to be selected at a time?
Below is some sample code:
Am I missing something or is this a bug within the Ext code itself?Code:var cellmodel = new Ext.selection.CellModel({ mode: 'MULTI' }); var grid = new Ext.grid.Panel({ store: store, selModel: cellmodel, multiSelect: true, .... });
-
4 Aug 2011 3:20 PM #2
Was this ever fixed, or looked at, or even acknowledged?
I've seen multiple posts about this issue.
-
25 Aug 2011 3:40 AM #3
-
25 Aug 2011 4:11 AM #4
bug!
bug!
bug +1: if you add the gridviewdragdrop Plugin to a list with cellSelectionModel, you only are able to deselect Records by Clicking and +STRG. Clicking to a selected Checkbox will do nothing.
-
4 Nov 2011 10:15 AM #5
Any resolution for this issue
Any resolution for this issue
Is there any resolution for the MULTI issue for CellSelection? or does anybody have a work around?
Thanks
Olivier Gaudissart
-
30 Nov 2011 5:50 AM #6
-
4 Mar 2012 11:31 PM #7
it's seem like a bug but are there have any solution for it ?
-
2 Oct 2012 4:00 PM #8
Bump. This still seems to be a bug. Would like this to work!


Reply With Quote