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

RadDocking layout saving created in run-time

1 Answer 68 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Mikhailo Shuturma
Top achievements
Rank 1
Mikhailo Shuturma asked on 01 Jun 2010, 11:42 AM
Hi
When I save the layout of RadDocking panes using RadDocking.SaveLayout method only those panes that are declared in xaml code are saved correctly. Layout for those created dynamically (in run-tiime mode) is not saved. Is there any way to solve this issue? Because if I declare many panes (especially those that are floating) in xaml code  makes application startup slower (too many initializations).
Thanks.

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 03 Jun 2010, 12:18 PM
Hello Mikhailo,

 The content of the dynamically added panes is not loaded correctly, because the content of the panes is not saved at all - it uses the current configuration to find the content of the loaded panes. If you add panes dynamically you need to take care for their content yourself. You could find more information how to do this in the following article: http://www.telerik.com/help/silverlight/raddocking-save-load-the-content-of-the-panes.html.

Best wishes,
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
Mikhailo Shuturma
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or