Declined
Last Updated: 04 Nov 2019 11:28 by ADMIN
Paulo
Created on: 23 Oct 2019 12:42
Category: PanelBar
Type: Bug Report
2
PanelBar: Screen reader cannot read panel bar items when navigating with Tab
 
1 comment
ADMIN
Dilyan Traykov
Posted on: 04 Nov 2019 11:28

Hello,

То enable the reader to read the panel bar items, you can set the IsTabStop property of the RadPanelBarItems to True.

            <telerik:RadPanelBar>
                <telerik:RadPanelBarItem Header="Item A" IsTabStop="True"/>
                <telerik:RadPanelBarItem Header="Item B" IsTabStop="True"/>
                <telerik:RadPanelBarItem Header="Item C" IsTabStop="True"/>
            </telerik:RadPanelBar>

I do hope you find such an approach applicable.

Regards,
Dilyan Traykov
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.