ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jkoci@volny.cz on December 14, 2014, 01:02:46 pm
-
Hello,
I have a grid with primary key column, having multiple pages. Am I able to programatically select proper page and scroll to proper row on there when I know the key value?
Any help appreciated.
Jan
-
First you have to find rowIndx of the row having given primary key value by iterating over the rows in dataModel.data
Then you can use these methods to scroll to that particular page and row.
http://paramquery.com/pro/api#method-goToPage
http://paramquery.com/pro/api#method-scrollRow
-
Thanks, it helped.