Skip to main content
A newer version of this page is available. .

Navigate Through Rows and Cells

  • 2 minutes to read

End users can use the Arrows, Tab, Home, End, Page Up, Page Down keys and the mouse to move focus between cells and rows.

Specify the DataViewBase.EnterMoveNextColumn property to change the Enter key behavior:

  • false (default) - the Enter press opens/closes the focused cell’s in-place editor and saves changes;
  • true - the Enter press closes the focused cell’s in-place editor (if active) and saves changes, moves focus to the next cell and activates its editor.

In the Table View

Press Tab to focus the next cell (or Right Arrow if the caret is at the end of the cell’s text).

Press Tab+Shift to focus the previous cell (or Left Arrow if the caret is at the beginning of the cell’s text).

Press Home to focus the first cell in a row.

Press End to focus the last cell in a row.

Press Page Up or Ctrl+Home to focus the first row.

Press Page Down or Ctrl+End to focus the last row.

In the Card View

Press Tab to focus the next cell.

Press Tab+Shift to focus the previous cell.

Press Home to focus the first card.

Press End to focus the last card.

Press Page Up to focus the left card or go to the previous page.

Press Page Down to focus the right card or go the next page.

Focus the Automatic Filter Row

Do one of the following: