ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
Please use selectionModel.type = 'cell' for copy paste and checkbox selections to select rows for Edit/Add functionality.
-
Thank you, turned out i'm using option native: true to turn on browser selection native,
I hope with no side effect.