ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: angelahlp 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
-
dataIndx can be obtained from colIndx
var dataIndx = grid.getColModel()[ colIndx ].dataIndx;