New major version of RadDock is now available as a part of RadControls “Prometheus” for ASP.NET. Its new architecture is based on top the ASP.NET AJAX framework in order to directly benefit from client-side behaviors and capabilities. We strongly recommend using the new version for all new development.
Telerik RadDock 1.2 to Telerik RadDock 1.5
As of our Q2 2006 release all resources (scripts, the default skin, etc) are implemented as Embedded WebResources in ASP.NET 2.0 for a very easy and convenient deployment. The only thing you now need to do is drag r.a.d.dock from your toolbox onto your web page (no external files will be required). The /RadControls folder will only be needed if you plan to use a skin other than the default or if you make any modifications to the script files.
There are the following new client-side events:
- DragStart
- DragEnd
- Drag
- Drop
- Dock
- Undock
See here for more information.
The MoveTo method of the RadDockableObject now allows the use of animation effects. See here for more information about how to use this method.
See Also