-
6 Sep 2012 5:29 AM #1
Unanswered: Grid with CheckboxModel Allow Copy (text selection)
Unanswered: Grid with CheckboxModel Allow Copy (text selection)
Hi,
I have a Ext.grid.Panel with a Ext.selection.CheckboxModel selection model. Is it possible to allow users to copy and paste text from grid cells? I saw that there is a new enableTextSelection property that will be added but it looks like its not there yet. I tried the suggestions found here but those didn't work for this grid, I get "'fn' is null or not an object" error in IE
-
6 Sep 2012 6:32 AM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,183
- Vote Rating
- 194
- Answers
- 433
This belongs to the view ...
Please try the following:
Scott.Code:viewConfig : { enableTextSelection: true },


Reply With Quote