4 Answers, 1 is accepted
0
Hello Arturo Duarte,
To select or expand a group in the panelbar just call the PerformExpand method of that particular group:
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
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
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:
So you simply have to pass the group as a parameter of the OutLookNavPane method of RadPanelBarElement.
radPanelBar1.PanelBarElement.OutLookNavPane(radPanelBarGroupElement8); |
So you simply have to pass the group as a parameter of the OutLookNavPane method of RadPanelBarElement.
0
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
All the best,
Ray
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center