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

Detail table, column headers not readeable by 508 compliance tools (NVDA)

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
A
Top achievements
Rank 1
A asked on 03 Mar 2016, 06:54 PM

Hi Telerik Team,

I have the below RadGrid with Detail Table. It's column headers are not readable by the 508 compliance tools (like NVDA). Can you please suggest what can i do so the tool reads the column headers?

The tool should read the Indicator column as Indicator (HeaderText )

 

<telerik:GridTableView Name="detail1" DataKeyNames="ProdId" Width="95%" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center">
     <Columns>
        <telerik:GridBoundColumn UniqueName="Indicator" HeaderText="Indicator" HeaderButtonType="TextButton" DataField="prodId" />

 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 08 Mar 2016, 07:39 AM
Hello,

As you can see in the following link (testing the hierarchical RadGrid with WAVE), the headers of the detail tables are compliant with Section 508, and Level AA of the WCAG 2.0 Guidelines:
As for the readers, you should enable WAI-ARIA support by setting the EnableAriaSupport property to "true".

Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
A
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or