I have an Ext grid panel in a frame and it moves the row selection up and down when up and arrow button are pressed. But this doesn't work when grid does not have focus and arrow key is pressed in some other frame. I need to somehow manually move the cursor up and down and will appreciate if somebody can let me know what handler is called when arrow buttons are pressed so that I can directly call those handlers or just let me know some other approach to achieve this.
Thanks.