Author Topic: Focus on row after load  (Read 2905 times)

wmwa

  • Pro Economy
  • Newbie
  • *
  • Posts: 19
    • View Profile
Focus on row after load
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6282
    • View Profile
Re: Focus on row after load
« Reply #1 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.