Completed
Last Updated: 07 Feb 2019 16:13 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Bug Report
4
When the Dock's auto-hide area is is about to be shown on two monitors simultaneously it is shown only on one of the monitors.
Completed
Last Updated: 03 Apr 2015 08:31 by ADMIN
Calling EnumeratePanes() after reordering RadPanes into a RadPaneGroup using drag and drop returns the panes in wrong other.This causes another issue. When saving the layout by using the SaveLayout method, the RadPanes are saved in wrong order.


For a workaround you can check the following thread: http://www.telerik.com/forums/panes-in-documenthost-not-saved-in-display-order 

"You can then fix the problem as follows:
    1. Read the RadPaneGroup.Items collection and extract the SerializationTag for each pane to a list. This list contains the correct order which you want to save.
    2. Save the docking layout using the SaveLayout() method on the main docking control and extract the XML as a string as you normally would. But do not save it to a file just yet.
    3. Create an XML document using XDocument and parse the XML string.
    4. Extract a list of all elements of type "RadDocumentPane" using the Descendants() method and sort these in the right order using the ordered list you created in step 1.
    5. Locate the RadPaneGroup for the DocumentHost and delete all elements of the child element "Items".
    6. Add the sorted elements from step 4 back into the RadPaneGroup.Items container.
    7. Save the result to a textfile."
Unplanned
Last Updated: 03 Jan 2017 20:41 by Eric
Make it possible to float, maximize and restore the Pane to its previously docked position.

As a user I want to be able to maximize docked Panes when I double click their Headers and restore them to their docked state when I double click the Header of the floating Pane so that it is easier for me to maximize a Pane with less mouse interaction.
Won't Fix
Last Updated: 21 Jan 2016 11:41 by ADMIN
When the DragDropMode property is set to Deferred in partial trusted applications a security excpetion is being thrown.
Unplanned
Last Updated: 03 Jan 2017 20:41 by ADMIN
As a developer using the RadDocking control, I want to be able to make the Popups of the AutoHideAreas non-transparent without overriding the whole theme.
Completed
Last Updated: 28 Apr 2016 13:15 by ADMIN
In some scenarios the SplitterChange is not rounded number and this cause invalid layout load. 

Workaround: Edit the saved xml and round the value.
Completed
Last Updated: 16 May 2016 10:56 by ADMIN
When DragDropMode is set to Deferred and Pane are moved around in the Docking control if the layout is saved and loaded some Panes are rendered incorrectly.

Available in LIB version 2016.2.516, it will be also available in the R2 2016 SP1 Release.
Declined
Last Updated: 22 Jan 2016 13:11 by ADMIN
When all of the RadDocument panes in the DocumentHost are closed the last one stays alive in .Net Framework 4.0. The issues can't be reproduced on machines with .Net Framework 4.5 installed
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 12:50 by ADMIN
Place a notepad over the MainWindow and mouseover an unpinned pane - the autohide area shouldn't show up.
Unplanned
Last Updated: 03 Aug 2016 12:50 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Feature Request
6
Adding active state will make possible to customize the Template/Style of the active Pane in the control.
Completed
Last Updated: 10 Feb 2014 13:28 by ADMIN
Completed
Last Updated: 10 Mar 2014 12:30 by Chris
If there are more than 2 Panes in an PaneGroup closing one of the Panes with index bigger than 1 calls ActivePaneChanged  event twice.
Unplanned
Last Updated: 03 Jan 2017 21:17 by DGIMBERT
A way of setting the pane order in autohidearea, to keep the order when changing IsPinned state.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Bug Report
4
AutoHideArea is opening when pin/unpin another Pane
Declined
Last Updated: 05 Jan 2017 15:18 by ADMIN
Completed
Last Updated: 11 Aug 2016 14:04 by Dietmar
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Feature Request
8
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 Aug 2016 14:04 by ADMIN
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The text in the Alt+Tab Manager is empty when there is a floating Pane in Windows XP
Unplanned
Last Updated: 11 Aug 2016 14:04 by Adiel
Created by: Toni
Comments: 2
Category: Docking
Type: Feature Request
5
Any suitable workaround is welcome.