23

In the demos I have seen and in my own code, SlickGrid cells do not allow their text to be selected. Is it possible to allow the user to select text from cells. If so, how?

Eric J.
  • 147,927
  • 63
  • 340
  • 553

1 Answers1

56

Set the enableTextSelectionOnCells option to true.

Tin
  • 9,082
  • 2
  • 34
  • 32
  • 2
    Thanks for writing SlickGrid, and for being on SO. Almost afraid to upvote your answer as it runs counter to the theme of your gold badge :-) – Eric J. Apr 02 '12 at 02:31