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 do I get the dataIndx when I only have the colIndx
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I get the dataIndx when I only have the colIndx (Read 1274 times)
angelahlp
Pro Enterprise
Jr. Member
Posts: 51
How do I get the dataIndx when I only have the colIndx
«
on:
December 02, 2020, 02:33:53 am »
I am using the selectEnd event and am only provided with the rowindx and the colindx. How can I get the dataIndx from the colIndx or from selectEnd?
Thank You
Logged
paramvir
Administrator
Hero Member
Posts: 6309
Re: How do I get the dataIndx when I only have the colIndx
«
Reply #1 on:
December 02, 2020, 10:36:11 am »
dataIndx can be obtained from colIndx
Code:
[Select]
var dataIndx = grid.getColModel()[ colIndx ].dataIndx;
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
How do I get the dataIndx when I only have the colIndx