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

Dock postback

1 Answer 48 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Wilson
Top achievements
Rank 1
Wilson asked on 10 Oct 2011, 05:13 PM
is possible that when you add a dynamically Radok not have to re-create existing ones, the postback does not affect existing

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 13 Oct 2011, 08:07 AM
Hello Wilson,

In the common scenario, represented by the online demo Dynamically Created Docks, the creation of a new RadDock should affect the other dock controls as well in order to update their state according to the new positions they take.

Nevertheless, there is a specific case, in which the desired functionality could be achieved. If you place several RadDockZones in your page and add dynamically a single RadDock in each of them, you can wrap every dock zone control in an UpdatePanel with UpdateMode property set to Conditional. This way adding a RadDock will update only the content of the particular RadDockZone and the others will remain unaffected.

I hope that helps.

Kind regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Dock
Asked by
Wilson
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or