I need to select and copy the grid cell content. How to implement this? I'm new to Extjs , and I am using Extjs 4.0. Thanks for your answer!
Asked
Active
Viewed 2,122 times
2 Answers
2
Meanwhile there is a built-in solution: add enableTextSelection: true
viewConfig: {
enableTextSelection : true
}
This will allow the selection

Lorenz Meyer
- 19,166
- 22
- 75
- 121
-2
Currently there is no way, read this entry in Sencha Forum

pablodcar
- 798
- 1
- 6
- 15
-
If there is no straight solutions,then how to fix this by editing the css file?Expecting for your answer,thanks! – nothing Oct 12 '11 at 03:43