New to Telerik UI for ASP.NET MVC? Download free 30-day trial

GridNavigatableSettingsBuilder

Defines the fluent interface for configuring

Methods

Enabled(System.Boolean)

Enables or disables keyboard navigation.

Parameters

value - System.Boolean

Example


             @( Html.Kendo().Grid(Model)
                        .Name("Grid")
                        .Navigatable(setting => setting.Enabled((bool)ViewData["enableKeyBoardNavigation"]))
            )

In this article
Not finding the help you need?