@(Html.Kendo()Grid - how to enable tabbing on all fields including page numbers

1 Answer 22 Views
Grid
Jonathan
Top achievements
Rank 1
Veteran
Jonathan asked on 19 Mar 2024, 06:23 PM

Hi

How do you enable tabbing on all elements in a Kendo Grid.   I have set  .Navigatable() - but doesn't seem to do anything.

I want the user to tab through the rows, including the page numbers  (items per page) and the filter boxes.

 

thx!@

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 22 Mar 2024, 09:53 AM

Hello Jonathan,

When the Navigatable() option of the Grid component is enabled keyboard navigation will be turned on. With that setup tagging through a Grid where InCell editing is enabled will cycle through the cells that are editable. 

In order to easily navigate through the pages you can use the PageUp and PageDown buttons or the arrows when the Pager of the Grid is focused. You can find more information on the different key combinations for various actions in the following example.

https://demos.telerik.com/aspnet-core/grid/keyboard-navigation

 

Regards,
Viktor Tachev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.

Tags
Grid
Asked by
Jonathan
Top achievements
Rank 1
Veteran
Answers by
Viktor Tachev
Telerik team
Share this question
or