Hi
I am a beginner in both Silverlight and telerik rad controls for silver light.
I am working on a silver light Navigation application. I have a user control called UserControl1.Xaml. in this control we have an edit Section on the right top side, the section contains two text boxes and one combo box. I have implemented this edit functionality. As per new requirement, we need convert edit stack panel tab on a separate docking tab, so an user can set the position of Edit Panel.
We have MainPage1.Xaml, Page1.Xaml and UserControl1.Xaml files. The User control is placed in Page1.Xaml . Page1.xaml is currently loading to MainPage1.xaml as a content frame.
We need Docking control for all sites as the default layout container. So where should I Place telerik:RadDocking, telerik:RadDocking.DocumentHost, telerik:RadSplitContainer
, telerik:RadPaneGroup , telerik:RadPane.
First I have tried to place telerik:RadDocking in MainPage.Xaml. But the Edit panel in user control seems to in wrong position. So at last I placed above all control in user control itself. Then this page seems to working.
Can we use multiple RadDocking? When I used RadDocking in Mainpage.xaml and Usercontrol1.Xaml them I am getting error
Please suggest whether I am on the right direction or not?.
Thanks in advance
Regards,
Ranish