Navigation in Vertical Grids
| Action | Description |
|---|---|
| Clicking a data cell | Moves focus to the clicked cell. |
| Clicking a row header | Moves focus to the corresponding row while preserving column focus. |
| ARROW keys | Moves focus to the next cell in the corresponding direction. |
| TAB, SHIFT+TAB | Moves focus to the next/previous cell. |
| HOME, END | Moves focus to the first/last cell within the current row. |
| PAGE UP, PAGE DOWN | Moves focus one page up or down. |
| CTRL+HOME | Moves focus to the first cell of the grid control. |
| CTRL+END | Moves focus to the last cell of the grid control. |
| CTRL+TAB | Moves focus away from the control to the next control, in tab order. |