Reputation: 150108
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?
Upvotes: 22
Views: 5825
Reputation: 9082
Set the enableTextSelectionOnCells option to true.
enableTextSelectionOnCells
Upvotes: 55