Unplanned
Last Updated: 19 Mar 2026 14:46 by Clifton
Henrik
Created on: 19 Mar 2026 09:18
Category: Grid
Type: Bug Report
2
TelerikGrid k-grid-content scrollable div uses tabindex="-1" - fails scrollable-region-focusable Аxe rule
Specifically, if the div mentioned in the error does not have tabindex=1, tabbing from the header causes the browser to focus that area, which is not the expected behavior. Ideally, the focus should move to the first cell, as that intermediate area is not user-interactive.

On the other hand, if tabindex=-1 is used, tools like Аxe and Lighthouse report errors. Removing the tabindex attribute altogether still results in errors, and the browser continues to focus that area.

We are actively exploring possible approaches to address this, but at the moment, there is no immediate solution we can apply without side effects.
1 comment
Clifton
Posted on: 19 Mar 2026 14:46
Thank you for pursuing a solution.