ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mewbie on February 19, 2018, 09:01:27 am

Title: Select Cell to Copy Content when Selection Mode is 'Row'
Post by: mewbie 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.
Title: Re: Select Cell to Copy Content when Selection Mode is 'Row'
Post by: paramvir 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.
Title: Re: Select Cell to Copy Content when Selection Mode is 'Row'
Post by: mewbie 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.