2

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!

Lorenz Meyer
  • 19,166
  • 22
  • 75
  • 121
nothing
  • 61
  • 1
  • 3

2 Answers2

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