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

RadPanelBarItems with identical children

1 Answer 36 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 14 Mar 2012, 08:23 PM
I posted the following in PITS, but I wanted to also post it here in hopes of finding an easy workaround or some sort of temporary solution to my problem.

If the first PanelBarItem has ever been expanded, selecting the second of the two identical children causes the first child to be selected instead. This is easily demonstrated with the following example:

       <telerik:RadPanelBar Height="200">
                <telerik:RadPanelBarItem Header="Parent A">
                    Child
                </telerik:RadPanelBarItem>
                <telerik:RadPanelBarItem Header="Parent B">
                    Child
                </telerik:RadPanelBarItem>
       </telerik:RadPanelBar>

This is just a simple example, but it happens independent of the number of RadPanelItems or children that exist; when the second of two identical children is selected the result will be that the first child is selected.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 19 Mar 2012, 08:47 AM
Hi Andrew,

 This is known issue in the RadTreeView and in RadPanelBar (actually the second inherits from first).
You can check out it logged in our PITS where you are able to track its status and vote for it. 

All the best,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
PanelBar
Asked by
Andrew
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or