Completed
Last Updated: 22 Jan 2016 13:26 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Docking
Type: Bug Report
2

			
Completed
Last Updated: 25 May 2016 08:20 by sho
Completed
Last Updated: 25 Jun 2014 10:47 by Jax
Currently TabStripPlacement property is not stored on a RadPaneGroup as part of the xml when calling SaveLayout. The result is when this has been set to say "top", loading the same layout then causes all docked panes in the group to switch tab placement to the default of bottom - which is not the same as it was.
Completed
Last Updated: 05 May 2016 07:12 by Olav
It would be useful to be able to customize the properties of the auto generated RadSplitContainer, RadPaneGroup and ToolWindow instances (created by floating, docking, pinning and unpinning of RadPane instances) based on the old RadPane instance.

For example the GeneratedItemsFactory methods could provide information about the RadPane for which SplitContainer etc is created.

Available in the 2016 R2 release.
Completed
Last Updated: 30 May 2016 12:07 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Docking
Type: Bug Report
0
Changing the pane's state using context menu from floating to tabbed items leads to memory leak in MVVM scenario.

Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Completed
Last Updated: 14 Jul 2015 06:13 by ADMIN
If you have more than one monitors and on one of them you maximize a ToolWindow, than dock another pane and undock it, the second pane's width will be equal to the width of the two monitors. 
Completed
Last Updated: 03 Apr 2015 08:32 by ADMIN
Moving a ToolWindow when the DPI of the Window 7, 8 is higher then 100% causes incorrect offset to the mouse pointer to by applied. 

This issue leads to the following unexpected behaviors when ran under Window 8 OS:
When the:
- DragDropMode is set to Deferred. The compasses are not hidden after reorder.
- AllowDragReorder is set to True. In this scenario you should be able to reorder tabs without the need to float team. The incorrect offset causes them to be floated making it impossible to reorder tabs as expected.
Completed
Last Updated: 04 Oct 2016 07:27 by BENN
Available in LIB version 2016.3.1003, it will be also available in the R3 2016 SP1 Release.
Completed
Last Updated: 24 Mar 2014 08:42 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Docking
Type: Feature Request
0

			
Completed
Last Updated: 24 Mar 2014 08:41 by ADMIN
If the mouse is above an AutoHideArea while the theme of the control is changing an NullReferenceException is thrown.
Completed
Last Updated: 11 May 2015 13:04 by ADMIN
The same issue is observed when a WindowsFormsHost is placed inside RadPane. In that scenario the "made floating" animation of the RadPane instances is suppressed by the WindowsForms integration leading to flickering issues.
Completed
Last Updated: 18 Mar 2014 09:11 by ADMIN
If the Background property of a RadPaneGroup is set in Windows8 and Office2013 themes it is disregarded
Completed
Last Updated: 18 Apr 2016 06:12 by ADMIN
When a Pane is floated and added to a specific position in a PaneGroup saving the layout saves its position as last Pane in the group
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: 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
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.