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

Telerik.WinControls.Docking

6 Answers 351 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Veshala
Top achievements
Rank 1
Veshala asked on 23 Mar 2011, 09:18 PM
Hi,

I downloaded Telerik.WinForms.2011.Q1 dll's. I didn't find the 'Telerik.WinControls.Docking' dll in the list ?

Thanks

6 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 24 Mar 2011, 10:26 AM
Hello,

the old docking system has been replaced by RadDock. The new assembly is Telerik.WinControls.RadDock.dll

You can find the getting started help topic here

Hope that helps
Richard
0
Veshala
Top achievements
Rank 1
answered on 24 Mar 2011, 02:26 PM
Hi Richard,

Thanks for your response.

I am not asking about RadDock control. I am talking about the namespace. 
See this API reference document. This document talk about this dll, but it is missing from the dll's list.

http://www.telerik.com/help/winforms/n_telerik_wincontrols_docking.html

0
Richard Slade
Top achievements
Rank 2
answered on 24 Mar 2011, 02:43 PM
Hello,

It looks like this area of the docs could be out of date. As far as I'm aware, the using or imports statements that you need to use are
  • Telerik.WinControls.UI
  • Telerik.WinControls.UI.Docking

If you need further help, please let me know what it is specifically you need to do and I'll do my best to assist
Regards,
Richard

0
Veshala
Top achievements
Rank 1
answered on 24 Mar 2011, 03:01 PM
Richard,

I am trying to upgrade my app to new version.
If i just use these references
  • Telerik.WinControls.UI
  • Telerik.WinControls.UI.Docking

having compile issues at
  • DockingManager
  • DockPanel
  • DockPosition
  • IDockable

in the previous version (2010 Q3) all these are part of Telerik.WinControls.Docking.
Now these are not available in 'Telerik.WinControls.UI.Docking' namespace.

Thanks


0
Richard Slade
Top achievements
Rank 2
answered on 24 Mar 2011, 03:11 PM
Hello,

The Telerik.WinControls.Docking assembly is no longer part of the product, where it was in 2010. It sounds like the dock that you are using is the much older Docking Control, not the RadDock.

The current release notes state:
BREAKING CHANGE: Removed the obsolete DockingManager implementation.

The release notes can be found here.

You will need to convert the old dock to the new RadDock (we also had an old one left over in our application when we upgraded and we needed to remove it and replace it with the new RadDock).

Hope this helps
Richard
0
Stefan
Telerik team
answered on 29 Mar 2011, 08:56 AM
Hello Veshala,

Thank you for writing.

In Q1 2011 we have removed the obsolete implementation of the docking functionality and we will no longer support it, since it is over an year since we made this control obsolete. We have announced that in our Release Notes

Feel free to upgrade your project to the new docking implementation - RadDock. Should you have any difficulties in the upgrade process, do not hesitate to open a support ticket where you can find the desired support.

Greetings,
Stefan
the Telerik team
Tags
General Discussions
Asked by
Veshala
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Veshala
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or