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
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.
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 onlyREPL playground for creating, saving, running, and sharing server-side code.