I have RadDock control on a RadForm that i would like to move into a RadPanel. These are my steps:
- Select the RadDock.
- Cut the RadDock
- Drag a RadPanel onto my RadForm
- Enlarge the size of the RadPanel
- Select the RadPanel, right clik in it and click Paste
Then Visual Studio always throws this error: "Cannot add component of type 'DocumentTabStrip' to container of type 'RadPanel'. "
** I am using Telerik RadControls for WinForms 2011 Q2
How do i add a RadDock Control inside any other container? Is it possible anyway?
Thanks