Author Topic: Select Cell to Copy Content when Selection Mode is 'Row'  (Read 1972 times)

mewbie

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Select Cell to Copy Content when Selection Mode is 'Row'
« on: February 19, 2018, 09:01:27 am »
Hello Paramvir,

I already implemented grid selection mode to 'row' to make it work with Edit/Add button functionality,
however I cannot select individual cell in order to copy its content somewhere else (copied the whole row instead),
do you have any workaround on this?

Thank you.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Select Cell to Copy Content when Selection Mode is 'Row'
« Reply #1 on: February 19, 2018, 07:38:26 pm »
Please use selectionModel.type = 'cell' for copy paste and checkbox selections to select rows for Edit/Add functionality.

mewbie

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: Select Cell to Copy Content when Selection Mode is 'Row'
« Reply #2 on: February 28, 2018, 10:12:21 am »
Thank you, turned out i'm using option native: true to turn on browser selection native,
I hope with no side effect.