Keyboard Navigation
ComponentOne Grid for WPF supports run-time keyboard navigation. The following table lists several keyboard shortcuts that can be used to navigate and manipulate the grid at run time:
|
Key Combination |
Description |
|
Left Arrow |
Select previous cell/row (depending on the grid view). |
|
Right Arrow |
Select next cell/row (depending on the grid view). |
|
Up Arrow |
Select previous cell/row (depending on the grid view). |
|
Down Arrow |
Select next cell/row (depending on the grid view). |
|
PAGE UP |
Scroll the page up. |
|
PAGE DOWN |
Scroll the page down. |
|
HOME |
Select first cell in a selected row. |
|
END |
Select last cell in a selected row. |
|
CTRL+Left Arrow |
Select first cell/row (depending on the grid view). |
|
CTRL+Right Arrow |
Select last cell/row (depending on the grid view). |
|
CTRL+Up Arrow |
Select first row/cell (depending on the grid view). |
|
CTRL+Down Arrow |
Select last row/cell (depending on the grid view). |
|
ENTER |
Enter/exit edit mode on a selected cell; apply a filter value entered in FilterBar cell. |
|
F2 |
Enter edit mode on a selected cell. |
|
ESC |
Cancel editing of a cell or row. |
|
TAB |
Select next cell. |
|
SHIFT+TAB |
Select previous cell. |
|
CTRL+D |
Delete selected row. |
|