ASPxGridView.KeyboardSupport Property
Specifies whether keyboard navigation is available in the ASPxGridView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Set the AccessibilityCompliant property to true
to add the “Presentation” role attribute to the grid table and prevent the grid table from focusing. In this case, the ASPxGridView.KeyboardSupport
property is not in effect as it applies focus to the grid table.
<dx:ASPxGridView runat="server" ID="grid" KeyboardSupport="true">
//...
</dx:ASPxGridView>
Concept
Online Demo
See Also