ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: wmwa on April 09, 2015, 01:40:12 am
-
Hello.
Is it possible to focus on the first row after loading the grid, to enable use of the keyboard keys immediately instead of having to click on the grid first?
-
That can be done with setSelection with rowIndx:0. The method call could be placed in load event if remote data and in create event in case of local data.