Completed
Last Updated: 30 May 2016 12:06 by ADMIN
 With code below the radPane will remain hidden (radPane is floating pane):radPane.IsHidden = true; radPane.IsHidden = false;

Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Unplanned
Last Updated: 03 Aug 2016 12:48 by Licensing
Initially HeaderDropDownMenu button is shown on window's caption bar of docked RadPanes but after undocking that button mysteriously disappears. The RadPane is still "Dockable" but for some reason there is no HeaderDropDownMenu button on it. This behavior leads to user confusion.
Won't Fix
Last Updated: 06 Jul 2015 11:45 by ADMIN
The PaneHeader is shown and then immediately collapsed. 

Setting the PaneHeader to null can be used as a workaround if the project uses the default theme.
Unplanned
Last Updated: 25 Apr 2018 10:34 by Tobias
When dragging item from the RadListBox the drag visual of the dragged item should be visible. The example should show an approach similar to the approach found here (http://www.telerik.com/community/code-library/wpf/docking/how-to-enable-drag-and-drop-from-radlistbox-to-raddocking-controls.aspx) but without the mentioned limitations.
Completed
Last Updated: 08 Feb 2018 10:00 by ADMIN
ADMIN
Created by: Kalin
Comments: 2
Category: Docking
Type: Bug Report
1
It happens when the Pane is dragged and dropped not on the Compass several times, quickly.
Completed
Last Updated: 11 Feb 2014 10:23 by ADMIN
Removing item from the PanesSource collection causes NullReferenceException
Won't Fix
Last Updated: 09 Mar 2016 17:20 by ADMIN
Completed
Last Updated: 05 May 2016 07:36 by Matthew
ADMIN
Created by: Vladi
Comments: 2
Category: Docking
Type: Feature Request
19
As a user of the control I want to be able to write custom logic for saving and loading the layout of the Docking control so that

- I can customize which elements should be saved (I want to exclude elements)
- I can describe how the elements should be loaded
- I can choose how the layout file is formatted
- I can choose which properties of a RadSplitContainer, RadPaneGroup or RadPane are saved

Available in the 2016 R2 release.
Completed
Last Updated: 11 Feb 2014 10:23 by ADMIN
When Saving and Loading a layout which has empty DocumentHost an ArgumentOutOfRangeException is thrown
Completed
Last Updated: 16 Jul 2015 07:54 by ADMIN
Showing a ContextMenu inside the AutoHideArea causes it to be closed immediately.
If a TextBox inside the AutoHideArea is right clicked the AutoHideArea is closed.
Completed
Last Updated: 05 May 2016 06:48 by ADMIN
When you create a custom PaneGroup by adding a class that inherits RadPaneGroup make it possible that the built-in Save/Load layout functionality loads those PaneGroups.

Available in the 2016 R2 release.
Completed
Last Updated: 16 Dec 2013 13:21 by ADMIN
Open a Window from a button placed inside the unpinned pane. The pane does not hide and the window is shown below it.
Unplanned
Last Updated: 03 Jan 2017 20:38 by ADMIN
Add a CloseButtonPosition state like the InPane one but only for the active (selected) Pane
Completed
Last Updated: 29 Apr 2016 11:58 by Markus Hopfenspirger
When Panes are placed above each other, after resizing their horizontal size, saving and loading the layout caused incorrect layout.
Declined
Last Updated: 05 Nov 2014 09:55 by ADMIN
An access key can be added to ContentPresenter in WPF if you add underscore in the content and set RecognizeAccessKey to true.If the ContentPresenter is inside DocumentHost, the access key is working, but the underscore in the UI is not visible. If you remove the DocumentHost everything works as expected.
Won't Fix
Last Updated: 06 Jul 2015 11:43 by ADMIN
When RadGridView/DataGrid is placed inside a floating Pane and the Docking parent is resized, hovering over the compasses cases a highlight in the GridView/DataGrid
Completed
Last Updated: 30 May 2016 12:06 by ADMIN
With code below the radPane will remain hidden (radPane is floating pane):radPane.IsHidden = true;

radPane.IsHidden = false;

Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Completed
Last Updated: 30 May 2016 12:06 by ADMIN
With code below the radPane will remain hidden (radPane is floating pane):radPane.IsHidden = true;

radPane.IsHidden = false;

Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Completed
Last Updated: 24 Mar 2014 08:41 by ADMIN
If you have RadPane inside DocumentHost and you try to set IsHidden=true after InitializeComponent, it will not be applied and the pane will remain visible.
Unplanned
Last Updated: 03 Jan 2017 20:39 by ADMIN
Dragging objects from outside control shouldn't be allowed in specific cases. In cases where the RadDocking control cannot use the dragged data, the drop operation shouldn't be allowed.