Skip to main content
All docs
V23.2

DxGrid.KeyboardNavigationEnabled Property

Specifies whether keyboard navigation and shortcuts are available in the Grid component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(false)]
[Parameter]
public bool KeyboardNavigationEnabled { get; set; }

Property Value

Type Default Description
Boolean false

true if keyboard navigation is enabled; otherwise, false.

Remarks

Important

The keyboard navigation feature is currently available as a community technology preview (CTP).

Set the KeyboardNavigationEnabled property to true to activate keyboard shortcuts that focus grid elements, select rows, expand/collapse group rows, navigate between pages, and execute other actions. Keyboard navigation is implemented on the client and works seamlessly even in Blazor Server apps with a slow connection.

Date Edit in Grid

Run Demo: Grid - Overview

Refer to the following help topic for more information: Keyboard Navigation in Blazor Grid.

See Also