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

PRISM 4 RadPane Static region

0 Answers 43 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Ubuntu
Top achievements
Rank 1
Ubuntu asked on 25 Nov 2011, 08:16 PM
Dear All,

I want to use the RadPanes as a static regions and to be able to use the PRISM4 navigation within this pane region.
Is there any simple way to implement such scenario.

I already have this declaration:
<telerik:RadDocking x:Name="designdock" Grid.Row="1" Background="Silver" BorderBrush="Silver">
    <telerik:RadDocking.DocumentHost>
        <telerik:RadSplitContainer x:Name="desginspliter" Orientation="Vertical">
            <telerik:RadPaneGroup x:Name="unpostedRegion">
                <telerik:RadPane 
                    prism:RegionManager.RegionName="DailyUnPostedRegion" 
                    prism:RegionManager.RegionManager="{Binding Path=RegionManager}">
                </telerik:RadPane>
            </telerik:RadPaneGroup>
            <telerik:RadPaneGroup x:Name="postedRegion">
                <telerik:RadPane 
                    prism:RegionManager.RegionName="DailyPostedRegion" 
                    prism:RegionManager.RegionManager="{Binding Path=RegionManager}">
                </telerik:RadPane>
            </telerik:RadPaneGroup>
        </telerik:RadSplitContainer>
    </telerik:RadDocking.DocumentHost>
</telerik:RadDocking>

But when I need to navigate within the same region a receive an error saying "system.controls is already assigned to an object something like that" ...

any help !!

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Ubuntu
Top achievements
Rank 1
Share this question
or