Completed
Last Updated: 17 May 2021 09:54 by ADMIN
Release LIB 2021.2.517
The dropdown menu in the DocumentHost throws a NullReferenceException in newer themes when it is opened.
Completed
Last Updated: 21 May 2021 06:39 by ADMIN
Release LIB 2021.2.525 (25/05/2021)
Created by: Joshua
Comments: 0
Category: Docking
Type: Bug Report
0
Instances of the NavigatorItemViewModel class stay in memory when using the DockingNavigator.
Completed
Last Updated: 01 Jun 2022 13:04 by ADMIN
Release LIB 2022.2.606 (06 June 2022)
If the IsHidden property of a pane is set before the LoadLayout method is called and it also sets the IsHidden property of the pane, it is left in an invalid state  - with wrong visibility.
Completed
Last Updated: 25 Feb 2021 13:59 by ADMIN
Release LIB 2021.1.301 (1/03/2021)
The visual clue, which shows where a ToolWindow will be dropped within the RadPaneGroup is not shown.
Completed
Last Updated: 01 Oct 2021 10:44 by ADMIN
Release LIB 2021.3.1004 (4 Oct 2021)
An unpinned RadPane that is being resized starts shrinking after it passes a certain threshold. 
Completed
Last Updated: 01 Feb 2021 11:11 by ADMIN
Release LIB 2021.1.201 (2/1/2021)
Nested Docking can't be found by UI Automation framework.
Unplanned
Last Updated: 08 Dec 2020 11:54 by ADMIN

Hi,

 

In most docking applications (Telerik WinForms, Visual Studio), it is possible to right click on the pane-tab header and get the options:

- New Horizontal Tab Group

- New Vertical Tab Group

- Move to Next Tab Group 

etc.

 

This would nice in WPF as well

 

/Brian

 

 

Completed
Last Updated: 13 Nov 2020 18:09 by ADMIN
Release LIB 2020.3.16
When the CloseTabsOnMouseMiddleButtonDown property is set to True and the user clicks on an unselected tab, it will be not closed, the selected one is closed instead. 
Completed
Last Updated: 13 Oct 2020 14:49 by ADMIN
Release R3 2020 SP1
Setting CloseTabsOnMouseMiddleButtonDown on the RadPaneGroup to true will not respect CanUserClose property of RadPane set to false.
Unplanned
Last Updated: 09 Sep 2020 09:12 by ADMIN
A property can be exposed to control the Width/Height of the RadGridResizers between the different elements and their respective Margins.
Completed
Last Updated: 06 Nov 2020 13:59 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
The ToolWindows of the RadDocking control remain open even if the application is minimized when a remote connection is restored.
Completed
Last Updated: 29 Oct 2020 08:02 by ADMIN
Release LIB 2020.3.1102 (11/02/2020)
When clicking a RadGridResizer element while a context menu is open, the RadSplitContainer is resized. 
Completed
Last Updated: 04 Dec 2020 12:29 by ADMIN
Release LIB 2020.3.1207 (12/07/2020)
The flyout element is the popup that shows the current RadPane when when it is unpinned in the auto-hide area. Currently, the min width of the flyout is hard-coded to 50. Allow changing this value.
Declined
Last Updated: 02 Jul 2020 15:20 by ADMIN

The RadDocking control is not registering position changes of the docking window when RadDocking is in a WPF UserControl embedded in a WinForms ElementHost:

This appears to only apply to the main window; if you (at runtime) move one of the example panes into a separate window, the compass on that window displays in the correct position when you undock the other pane:

 

I've attached a stripped down solution that reproduces the issue (originally noticed using 2018R2 when rewriting legacy VB WinForms in C# WPF user controls as part of a tech refresh; attached demo is using 2020R2 .NET 4.5 binaries).

Completed
Last Updated: 24 Aug 2020 10:56 by ADMIN
Release LIB 2020.2.824
RichTextBox, GridView, TreeListView and ScheduleView handle [Ctrl + Tab] the same way as [Tab] and this way when they are inside Docking, the Navigator cannot open. These controls should not handle the Ctrl + Tab.  
Completed
Last Updated: 09 Apr 2020 14:58 by ADMIN
Release LIB 2020.1.406 (04/06/2020)

Application theme:

StyleManager.ApplicationTheme = new CrystalTheme();

Docking theme:

<telerik:RadDocking Grid.Row="2" telerik:StyleManager.Theme="Office2016">
	<telerik:RadDocking.DocumentHost >
		<telerik:RadSplitContainer>
			<telerik:RadPaneGroup>
				<telerik:RadPane Header="Description">
					<TextBlock TextWrapping="Wrap" Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab."/>
				</telerik:RadPane>
			</telerik:RadPaneGroup>
		</telerik:RadSplitContainer>
	</telerik:RadDocking.DocumentHost>
	<telerik:RadSplitContainer InitialPosition="DockedBottom">
		<telerik:RadPaneGroup>
			<telerik:RadPane Header="NonDraggable">
				<TextBlock TextWrapping="Wrap" Text="This pane cannot be dragged, because it has its property CanFloat set 'False'."/>
			</telerik:RadPane>
		</telerik:RadPaneGroup>
	</telerik:RadSplitContainer>
</telerik:RadDocking>

Duplicated
Last Updated: 02 Apr 2020 15:54 by ADMIN

Like RanTabControl

Need this for an application with lots of tabs wich would not fit in the top or bottom template.

Maybe it works with a customizable TabStripTemplate where i can implement e.g. a GridView or something

Like this with a scrollbar (used TabControl PRISM example for this)

Unplanned
Last Updated: 25 Mar 2020 09:58 by ADMIN
Currently the CloseButtonPosition property of the RadDocking only takes effect when a RadPaneGroup is inside the DocumentHost. We can introduce a way to place the close button in the pane when a group is outside the DocumentHost (for example in a ToolWindow).
Completed
Last Updated: 09 Mar 2020 08:49 by ADMIN
Release LIB 2020.1.309 (03/09/2020)
When a RadPaneGroup is not in the DocumentHost and it has only 1 RadPane, UI elements placed in that pane cannot be selected in the designer.
Unplanned
Last Updated: 13 Feb 2020 10:06 by ADMIN
Created by: Christian
Comments: 0
Category: Docking
Type: Feature Request
4
Currently, unpinned panes need to first be pinned in order to be floated. Floating of unpinned panes should be made possible.