ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: chirag on August 14, 2018, 02:30:06 pm

Title: How to get selected cell info
Post 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.
Title: Re: How to get selected cell info
Post by: paramvir on August 14, 2018, 10:11:42 pm
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