This question is locked. New answers and comments are not allowed.
When I nest panel bars such as below I'm unable to see the second-level RadPanelBarItem bars (although I CAN see their content):
So the above technique doesn't seem to work with the latest release of telerik silverlight. Also, if I attempt to do this below instead then I'm unable to close the RadPanelBarItem's:
Is there another way I'm supposed to nest RadPanelBars?
<telerik:RadPanelBar ExpandMode="Multiple"> <telerik:RadPanelBarItem> <telerik:RadPanelBarItem></telerik:RadPanelBarItem> <telerik:RadPanelBarItem></telerik:RadPanelBarItem> <telerik:RadPanelBarItem></telerik:RadPanelBarItem> </telerik:RadPanelBarItem> </telerik:RadPanelBar>So the above technique doesn't seem to work with the latest release of telerik silverlight. Also, if I attempt to do this below instead then I'm unable to close the RadPanelBarItem's:
<telerik:RadPanelBar ExpandMode="Multiple"> <telerik:RadPanelBar ExpandMode="Multiple"> > <telerik:RadPanelBarItem></telerik:RadPanelBarItem> <telerik:RadPanelBarItem></telerik:RadPanelBarItem> <telerik:RadPanelBarItem></telerik:RadPanelBarItem> </telerik:RadPanelBar> </telerik:RadPanelBar>Is there another way I'm supposed to nest RadPanelBars?

