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" />
