Hi,
I'm playing around with Miroslavs RadDocking example:
http://blogs.telerik.com/blogs/posts/09-08-31/using_the_raddocking_control_with_prism.aspx
When items are added to a RadPaneGroup by using Prism and the RadPaneGroupRegionAdapter they are not added as the base type RadPane. This is only a problem when I'm trying to serialize the Docking panels. SaveLayout() will produce this xml:
<RadDocking><SplitContainers><RadSplitContainer><Items><RadPaneGroup>
<Items><Pane1 Title=\"PaneAdded\"</Items></RadPaneGroup></Items>
</RadSplitContainer></SplitContainers></RadDocking>
(Removed some attributes)
As you can see there's an element called Pane1 which should be a RadPane in order for the LoadLayout() to parse the xml without throwning an ArgumentOutOfRangeException.
What would be the best way to get this working?
Regards
Arnstein
I'm playing around with Miroslavs RadDocking example:
http://blogs.telerik.com/blogs/posts/09-08-31/using_the_raddocking_control_with_prism.aspx
When items are added to a RadPaneGroup by using Prism and the RadPaneGroupRegionAdapter they are not added as the base type RadPane. This is only a problem when I'm trying to serialize the Docking panels. SaveLayout() will produce this xml:

<Items><Pane1 Title=\"PaneAdded\"</Items></RadPaneGroup></Items>
</RadSplitContainer></SplitContainers></RadDocking>

(Removed some attributes)
As you can see there's an element called Pane1 which should be a RadPane in order for the LoadLayout() to parse the xml without throwning an ArgumentOutOfRangeException.
What would be the best way to get this working?
Regards
Arnstein