aspnet-16906-aspnet-mvc-extensions-grid-view-concepts-focus-and-navigation-keyboard-navigation.md
With built-in keyboard support, the GridView ‘s primary navigation operations (e.g., accessing a grid within a form, moving focus through grid rows, row selection, row expanding/collapsing and paging) can quickly be performed using a keyboard instead of a pointing device. In addition, enabling keyboard support within GridView helps you create web pages that conform to accessibility guidelines.
To enable keyboard navigation, set the grid’s GridViewSettings.KeyboardSupport property to true. This activates the following grid features.
To see the keyboard navigation feature in action, refer to the GridView - Keyboard Support online demo.