This question is locked. New answers and comments are not allowed.
Hi,
My Client requirement is like as follow
Panel Bar ----> Tab Strip Control ----> (each Tab Item should have) Panel Bar
For this first I have added the RadPanelBar. After that I have added RabTab Control in RadPanelBarItem. Again I tried to add the RadPanelBar control in the RadTabItem.
Now I tried to run the application, I am getting this error message
Can anybody please help me how to use multiple controls in a RadPanleBar control.
Regards
Satish
My Client requirement is like as follow
Panel Bar ----> Tab Strip Control ----> (each Tab Item should have) Panel Bar
For this first I have added the RadPanelBar. After that I have added RabTab Control in RadPanelBarItem. Again I tried to add the RadPanelBar control in the RadTabItem.
| <telerik:RadPanelBar Style="{StaticResource PanelBarStyle}"> |
| <telerik:RadPanelBarItem Header="Close Tab Panel" Style="{StaticResource PanelBarItem}"> |
| <telerik:RadTabControl Style="{StaticResource TabControlStyle}"> |
| <telerik:RadTabItem Header="Item 1" Style="{StaticResource TabItemStyle}"> |
| <TextBox x:Name="txt"></TextBox> |
| </telerik:RadTabItem> |
| <telerik:RadTabItem Header="Item 2" Style="{StaticResource TabItemStyle}"/> |
| <telerik:RadTabItem Header="Item 3" Style="{StaticResource TabItemStyle}"/> |
| </telerik:RadTabControl> |
| </telerik:RadPanelBarItem> |
| </telerik:RadPanelBar> |
Now I tried to run the application, I am getting this error message
| An Unhandled exception ('Sys.InvalidOperationException: ManagedRuntimeError error #4004 in Control 'Silverlight1': System.InvalidOperationException: Element is already the child of another element. at MS.Internal.XcpImports.CheckHResult(UInt32 hr) |
Can anybody please help me how to use multiple controls in a RadPanleBar control.
Regards
Satish