ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: chirag on August 14, 2018, 02:30:06 pm
-
How to get selected cell dataIndx, rowIndx and other information?
Right now I am using cellclick for that purpose.
-
Cell selections can be obtained with grid.Selection().getSelection() or grid.Selection().address()
https://paramquery.com/pro/api#method-Selection
https://paramquery.com/pro/api#method-Range
Example: https://paramquery.com/pro/demos/selection_cell