Author Topic: Text in a cell selectable with a cursor  (Read 2652 times)

lucafik

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 17
    • View Profile
Text in a cell selectable with a cursor
« on: January 19, 2015, 09:10:20 pm »
Is it possible to configure cell so that its text is selectable with a cursor?

Thank you

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Text in a cell selectable with a cursor
« Reply #1 on: January 20, 2015, 01:04:43 pm »
You would need to disable swipe and call enableSelection on the grid.

http://jsfiddle.net/b6b710mz/36/

lucafik

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Text in a cell selectable with a cursor
« Reply #2 on: January 21, 2015, 02:04:24 pm »
that worked ofc, thanks. :)