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

panelbar propriety

1 Answer 59 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.
Najoua
Top achievements
Rank 1
Najoua asked on 25 Jun 2007, 02:12 PM
Hi,
I wanna use the propriety PerformExpanded with an outlookpanelbar style, but it seems that it doesn't work.Could you help me to solve this?
My goal is programming the radpanelbar so that the groupelement expanded behave like as if selected(without a click )

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 26 Jun 2007, 02:40 PM
Hello Bahri,

The solution is to use the ChildSelectedChanged method of RadPanelBarElement and pass a group as a parameter. You could use this sample code as a guideline:

this.radPanelBar1.PanelBarElement.ChildSelectedChanged(this.radPanelBarGroupElement7); 

Here I call the ChildSelectedChanged method to pass a group as an argument. It is the seventh group in this concrete case.

I hope that helps.
 

Regards,
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
Najoua
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or