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

Move Focus Problem

1 Answer 59 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 26 Oct 2009, 06:01 AM

Hello,

I'm attempting to move focus from a RadPanelBarItem control to a child control, but with no luck:

 

    <telerikNavigation:RadPanelBar x:Name="radPanelBar" ExpandMode="Multiple">  
        <telerikNavigation:RadPanelBarItem Header="Click here to expand" IsExpanded="False" TabIndex="0" x:Name="panelItem">  
            <CheckBox IsTabStop="True" TabIndex="1" Margin="3, 0, 0, 0" /> 
        </telerikNavigation:RadPanelBarItem> 
    </telerikNavigation:RadPanelBar> 

When I click on the PanelBarItem so it captures focus and becomes expanded, then press Tab, nothing happens. I would expected the CheckBox to now have focus.

I have experimented with IsTabStop set to true/false in numerous places, including the control template but with no luck.

Help appreciated,
James.

1 Answer, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 26 Oct 2009, 01:14 PM
Hello James,

This is a known issue with the RadPanelBar control, which is in our bug tracking system and will be fixed as soon as our schedule allows. I cannot promise that it will be fixed for the upcoming Q3 release, but hopefully we will be able to fix it for the first service pack after the Q3 release. I hope the bug is not critical for you.

Regards,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
PanelBar
Asked by
James
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Share this question
or