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

Docking and DocumentHost issue using in prism

1 Answer 87 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Bichitra
Top achievements
Rank 1
Bichitra asked on 19 Sep 2010, 04:20 PM
Hi,

I have written the following xaml

<

 

 

radDock:RadDocking>

 

 

 

 

 

<radDock:RadDocking.DocumentHost>

 

 

 

 

 

<radDock:RadSplitContainer>

 

 

 

 

 

<radDock:RadPaneGroup ItemContainerStyle="{StaticResource RadPanelStyle}" prismrgn:RegionManager.RegionName="MaintenanceTabRegion" />

 

 

 

 

 

</radDock:RadSplitContainer>

 

 

 

 

 

</radDock:RadDocking.DocumentHost>

 

 

 

 

 

<radDock:RadSplitContainer InitialPosition="DockedBottom" Height="350">

 

 

 

 

 

<radDock:RadPaneGroup ItemContainerStyle="{StaticResource RadPanelStyle}" prismrgn:RegionManager.RegionName="ProperyRegion" />

 

 

 

 

 

</radDock:RadSplitContainer>

 

 

 

 

 

</radDock:RadDocking>

 

 

When I am writting the above xaml in Shell window as parent region it is working i mean regions are  creating but If my shellwindow is a contentControl as parent region and my view contains the above code. and loading in the contentcontrol region, "MaintenanceTabRegion" region is not created because of RadTabItem intialization gives error where as "ProperyRegion" region is created.( I debugged the prism code), If I Use RadTabControl as my region "MaintenanceTabRegion" it is creating..
any body can help to fix this issue.. It is urgent requirment...

 

 Thanks

 

Bichitra 

 

 

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 22 Sep 2010, 03:10 PM
Hello Bichitra,

Please refer to our forum thread where you can find interesting notes regarding the usage of Prism and RadDocking. Also, you could find more information in Miroslav Nedyalkov's blog - http://blogs.telerik.com/miroslavnedyalkov/posts/09-08-31/using_the_raddocking_control_with_prism.aspx
 
I hope this helps! Please do not hesitate to contact us if you require any further information.


Regards,
George
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
Bichitra
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or