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