Hi!

I would like to make my GridPanel as keyboard-compatible as possible. I have a HeaderFilter plugin that applies the filters when the user hits Return in any of the textboxes. Now this is the moment when I would like to set the input focus on the first row of the grid so the user can conveniently navigate among the rows using the arrow keys (I have other functions attached to row keypresses).
I saw focusRow and selectRow, but neither worked for me. Does it matter from when these are invoked?
I greatly appreciate your help!

Thanks