wpf-6558-controls-and-libraries-data-grid-end-user-capabilities-navigate-through-rows-and-cells.md
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:
Enter press opens/closes the focused cell’s in-place editor and saves changes;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.Read Tutorial: Iterate Through Rows and Cells in Code
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.
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.
Do one of the following:
Ctrl+Up Arrow (if the top data row is focused).