This is a migrated thread and some comments may be shown as answers.

NVDA is recognizing single table(Grid) into two tables(Header and Data section separately)

1 Answer 178 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aniket
Top achievements
Rank 1
Aniket asked on 11 Jan 2021, 08:08 AM

I have a grid in my web application(ASP.NET MVC). When I was testing it with NVDA Screen reader, NVDA reads its header and data(Content) section separately, like they are two different tables. May be this issue is due to two different table tags are used for header and grid content, that's why NVDA is reading it separately. How to solve this issue to make sure that NVDA recognize grid header and content as a single table only.

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 12 Jan 2021, 01:03 PM

Hi, Aniket,

Indeed when the grid is Scrollable() two tables are generated.

For maximum accessibility, you should remove the Scrollable() method from the configuration:

https://docs.telerik.com/aspnet-mvc/html-helpers/data-management/grid/scrolling/overview#getting-started

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Aniket
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or