Back to Devexpress

Navigating Through Cells

windowsforms-463-controls-and-libraries-vertical-grid-end-user-capabilities-navigating-through-cells.md

latest2.6 KB
Original Source

Navigating Through Cells

  • Jan 23, 2019
  • 2 minutes to read

The keyboard shortcuts and mouse operations listed in this topic can be used by end-users to move row and cell focus.

ActionEffect
Clicking a data cellMoves focus to the clicked cell.
Clicking a row headerMoves row focus to the clicked row header and gives focus to the cell within the current record. Clicking the multi-editor row’s header gives focus to the cell within the current record whose corresponding row item was clicked.
DOWN ARROWMoves focus to the next row and gives focus to the first cell within the current record.
UP ARROWMoves focus to the previous row and gives focus to the first cell within the current record.
HOMEMoves focus to the first cell within the current row.
ENDMoves focus to the last cell within the current row.
PAGE DOWNMoves row focus one page down and gives focus to the first cell within the current record.
PAGE UPMoves row focus one page up and gives focus to the first cell within the current record.
CTRL + HOMEMoves focus to the first cell within the first row.
CTRL + ENDMoves focus to the last cell within the last row.

If the control’s VGridOptionsBehavior.AutoSelectAllInEditor option is active, the entire cell’s content is automatically selected when a cell editor is activated. In this case, the LEFT and RIGHT arrow keys cannot be used to move the cursor within the cell. These keys force navigation to the previous and next records, respectively.

Note : if the single record view layout is applied to the control and horizontal scrolling is disabled (the control’s VGridControlBase.ScrollVisibility property is set to the ScrollVisibility.Never or ScrollVisibility.Vertical value), end-users can only navigate through the cells within the current record.

Related Topics: