Slav,
Hello my friend.
> Note that the
RadDockLayout control only manages the layout of
RadDock
> and
RadDockZone controls that are contained in its
Controls collections
The RadDockZone controls are added in the markup...
So, they are going to be in the controls collection.
The OnInit event loads the docks from storage and stores them in the Dashboard.Widgets collection in the following code (Widgets is List<DockState>)...
And InitializeDock() is defined as ...
The code in InitializeDock() is pretty much a lift from the code the
Pero@Telerik supplied in this
forum article.
As you can see, the docks are added to the Controls collection of the layout.
Thanks for the pointers to the help and demo articles; I'd actually used those in creating the code I've got so far.
--
Stuart