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

Default Selected Item

2 Answers 108 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Orit
Top achievements
Rank 1
Orit asked on 28 Jul 2009, 05:57 AM
I want to set a default selected item
that means, when I select a "father" one of the "children" will be selected
what I do now is this
I have a case which "runs" on the name of the selected item and do what I need...
what I miss is
when I select a father and actually make it select one of the children (my default)
the selected child is not colored in the white color
as it happens when I "really" select the child

2 Answers, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 28 Jul 2009, 12:51 PM
Hello Orit,

From the details you provided I was not able to reproduce your issue. Please take a look at the sample project I am attaching to this post and adjust it if necessary to reproduce the problem.

Sincerely yours,
Tihomir Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Orit
Top achievements
Rank 1
answered on 29 Jul 2009, 04:40 AM
Thanks!
this is exactly what I need
but there is still a problem
if one of the RadPanelBarItem does not have items "children"
it does not work well when u select it

telerikNavigation:RadPanelBar Expanded="RadPanelBar_Expanded">  
            <telerikNavigation:RadPanelBarItem Header="Item 1">  
                <telerikNavigation:RadPanelBarItem Header="Item 1.1" /> 
                <telerikNavigation:RadPanelBarItem Header="Item 1.2" /> 
                <telerikNavigation:RadPanelBarItem Header="Item 1.3" /> 
            </telerikNavigation:RadPanelBarItem> 
            <telerikNavigation:RadPanelBarItem Header="Item 2">  
            </telerikNavigation:RadPanelBarItem> 
            <telerikNavigation:RadPanelBarItem Header="Item 3">  
                <telerikNavigation:RadPanelBarItem Header="Item 3.1" /> 
                <telerikNavigation:RadPanelBarItem Header="Item 3.2" /> 
                <telerikNavigation:RadPanelBarItem Header="Item 3.3" /> 
            </telerikNavigation:RadPanelBarItem> 
        </telerikNavigation:RadPanelBar> 

Thanks again :)
Tags
PanelBar
Asked by
Orit
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Orit
Top achievements
Rank 1
Share this question
or