GridNavigatableSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables keyboard navigation.

Parameters

value - System.Boolean

Example

Razor
 
             @( Html.Kendo().Grid(Model)
                        .Name("Grid")
                        .Navigatable(setting => setting.Enabled((bool)ViewData["enableKeyBoardNavigation"]))
            )
             
In this article
MethodsEnabled(System.Boolean)
Not finding the help you need?
Contact Support