Hi,
I seem to have an issue where the grid is bigger than the screen so it produces a horizontal and vertical scrollbar. Scrolling through the scroll bar works perfectly, but scrolling using the left and right arrow keys fails. The left and right keys only work until they reach the end of the Visible screen, but not the end of the actual grid. I pretty much want to override the left key to do "prev tab functionality" and right key to do "tab functionality".
Aaron
oh, I tried to put a grid.performAction(ultragridaction.PrevCellByTab) on KeyDown for Left Key, but that still fails...
Hi Aaron,
I don't think I understand what you are describing.
But if you want to override the keyboard behavior in the grid, then the best thing to do is probably to handle the BeforePerformAction event. You can cancel the default action and then do whatever you want.