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

How change the selectedgroupElement?

4 Answers 102 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marturo77
Top achievements
Rank 1
Marturo77 asked on 17 May 2007, 04:26 PM
Hi.

I'm trying to change the selected groupElement (or panelBarGroupElement)    programmaticaly  in the panelbar Control.

How i can make this?

Thanks

4 Answers, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 18 May 2007, 01:42 PM
Hello Arturo Duarte,

To select or expand a group in the panelbar just call the PerformExpand method of that particular group:

radPanelBarGroupElement1.PerformExpand(); 

Please write back if we could be of further assistance.
 

Sincerely yours,
Ray
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Marturo77
Top achievements
Rank 1
answered on 18 May 2007, 07:00 PM
Sorry this instruccions don't work, i use the control in the OutLookNavPane group style.

Can you help me?

thanks
0
Jason
Top achievements
Rank 1
answered on 18 May 2007, 10:11 PM
The solution to programmatically select a group of RadPanelBar in OutLookNavPane style is the following:

radPanelBar1.PanelBarElement.OutLookNavPane(radPanelBarGroupElement8); 
 

So you simply have to pass the group as a parameter of the OutLookNavPane method of RadPanelBarElement.

0
Boyko Markov
Telerik team
answered on 21 May 2007, 12:38 PM
Indeed, Jason, you are right, that works fine for OutLookNavPane style of RadPanelBar. If you need any further assistance please feel free to write us back.


All the best,
Ray
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
Marturo77
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Marturo77
Top achievements
Rank 1
Jason
Top achievements
Rank 1
Share this question
or