ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How to get selected cell info
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to get selected cell info (Read 1869 times)
chirag
Pro Enterprise
Newbie
Posts: 27
How to get selected cell info
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: How to get selected cell info
«
Reply #1 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
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How to get selected cell info