This example demonstrates the keyboard navigation of Telerik Grid for ASP.NET MVC.

Keyboard Shortcuts:

To enable client operation mode you should use the KeyboardNavigation method:

     Html.Telerik().Grid(Model)
        .Name("Orders")
        .DataBinding(dataBinding => dataBinding
             .Ajax()
             .Select("Select", "Home")
        )
        .Pageable()
        .Sortable()
        .KeyboardNavigation() // enables keyboard navigation