Back to Devexpress

Navigating Through Cells

windowsforms-1938-controls-and-libraries-pivot-grid-end-user-capabilities-navigating-through-cells.md

latest1.3 KB
Original Source

Navigating Through Cells

  • Jan 23, 2019

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

Common Navigation Operations

The following table contains common navigation operations available for end-users.

ActionEffect
Clicking a cellMoves focus to the clicked cell.
Pressing the UP, DOWN, LEFT or RIGHT ARROW keyMoves focus to a corresponding neighboring cell.
Pressing the PAGE DOWN keyMoves row focus one page down preserving the column focus.
Pressing the PAGE UP keyMoves row focus one page up preserving the column focus.
Pressing the HOME keyMoves focus to the first cell within the current row.
Pressing the END keyMoves focus to the last cell within the current row.
Pressing the CTRL + HOME keyMoves focus to the first row preserving the column focus.
Pressing the CTRL + END keyMoves focus to the last row preserving the column focus.

See Also

Selecting Cells

Focus and Navigation