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

RadDockBig

3 Answers 75 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Piyush Patel
Top achievements
Rank 1
Piyush Patel asked on 14 Apr 2010, 05:58 AM

Hello Friends !
I m using RadDock in my silverlight page.
I want to add One RadDock into Other RadDock controls. 
but  error Occurs.how to possible One RadDocking controls into Other Raddocking . Following code

 

<RadDock:RadDocking x:Name="mainTopDocking" HasDocumentHost="False">

<RadDock:RadSplitContainer InitialPosition="DockedTop"MinHeight="100" Height="325"x:Name="radSplitContainerMain">

 

 

<RadDock:RadPaneGroup>

<RadDock:RadPane anDockInDocumentHost="False"x:Name="paneAccountDetailsMain">

<Grid Margin="5">

<Grid.RowDefinitions>

<RowDefinition Height="*" />

</Grid.RowDefinitions>

<RadDock:RadDocking x:Name="mainTopDocking2"HasDocumentHost="False">

<RadDock:RadSplitContainer InitialPosition="DockedBottom"      MinHeight="100"Height="325"x:Name="radSplitContainerMain2">

<RadDock:RadPaneGroup>

<RadDock:RadPane x:Name="paneAccountDetailsMain2">

      </RadDock:RadPane>

      </RadDock:RadPaneGroup>

      </RadDock:RadSplitContainer>

      </RadDock:RadDocking>

      </Grid>

      </RadDock:RadPane>

      </RadDock:RadPaneGroup>

     

</RadDock:RadSplitContainer>

</RadDock:RadDocking> 

3 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 15 Apr 2010, 02:07 PM
Hi Piyush,

 This feature is not supported. What I would suggest you is to think about another way to achieve your goal. If you share with us what you need to do, we would be happy to help you with this.

Sincerely yours,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Piyush Patel
Top achievements
Rank 1
answered on 16 Apr 2010, 12:03 PM
Hello Friends!
when i add  AllowUnsafeMode="True"  property into my raddock control my error is gone.
so i think Raddock into Raddock possible.
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 20 Apr 2010, 03:51 PM
Hello Piyush,

 Yes, you are right that it is possible, but as I said it is not supported. This means that problems could appear if you set it to true and use it that way.

Regards,
Miroslav Nedyalkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Docking
Asked by
Piyush Patel
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Piyush Patel
Top achievements
Rank 1
Share this question
or