ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: wmwa on April 09, 2015, 01:40:12 am

Title: Focus on row after load
Post 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?
Title: Re: Focus on row after load
Post by: paramvir on April 10, 2015, 09:30:35 pm
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.