New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI DataGrid Keyboard Support on WinUI

Updated over 6 months ago

The Telerik UI for .NET MAUI DataGrid provides keyboard navigation support on WinUI.

While applying part of the keyboard keys, you can also change the current cell behavior of the DataGrid component. For more details, see the article on setting the .NET MAUI DataGrid cells.

The following table lists the actions and keyboard combinations that are available in the DataGrid:

Hotkey CombinationsAction
Left ArrowFocuses the next cell on the left. When using single selection mode, the selection also changes.
Right ArrowFocuses the next cell on the right. When using single selection mode, the selection also changes.
Up ArrowFocuses the next cell above. When using single selection mode, the selection also changes.
Down ArrowFocuses the next cell below. When using single selection mode, the selection also changes.
F2Puts the current cell in edit mode.
EnterSelects the next or previous row. When the cell is in edit mode, the changes are committed and the next row is selected.
EscCancels the editing of the current cell.
PageUpFocuses the first cell of the viewport.
PageDownFocuses the last cell of the viewport.
HomeFocuses the first cell of the selected row.
EndFocuses the last cell of the selected row.
Ctrl + HomeFocuses the first cell of the DataGrid.
Ctrl + EndFocuses the last cell of the DataGrid.
Ctrl + Left ArrowFocuses the cell at the beginning.
Ctrl + Right ArrowFocuses the next cell on the right.
Ctrl + Up ArrowFocuses the cell at the beginning. When using single selection mode, the selection also changes.
Ctrl + Down ArrowFocuses the last cell. When using single selection mode, the selection also changes.
TabFocuses the next cell. When in edit mode, the next cell editor is focused.
Shift + TabFocuses the previous cell. When in edit mode, the previous editor is focused.

Additional Resources

See Also

In this article
Additional ResourcesSee Also
Not finding the help you need?
Contact Support