Completed
Last Updated: 28 Oct 2014 07:24 by Peter Hedley
ADMIN
Created by: Telerik Admin
Comments: 7
Category: ToolBar
Type: Bug Report
49
Allow buttons to be right aligned in the toolbar

Available in Q3 2014.
Completed
Last Updated: 24 Nov 2015 15:12 by Maurizio
ADMIN
Created by: Telerik Admin
Comments: 4
Category: ToolBar
Type: Feature Request
43
Implement DragAndDrop in terms of allowing a reordering of the ToolBars in the ToolBarTray and moving toolbars from one tray to another.

Completed
Last Updated: 20 Feb 2020 13:39 by ADMIN
Release R1 2020 SP
Add a possibility to bind the RadToolBarTray and generate RadToolBars.

By design the RadToolBarTray is created more like a Panel, not like a typical ItemsControl.  
Completed
Last Updated: 03 Jul 2018 12:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: ToolBar
Type: Feature Request
11
The overflow button should have an option to show only when it is needed.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ToolBar
Type: Feature Request
10
Allow the ToolBar to to set a WrapPanel as an ItemsPanel.
Unplanned
Last Updated: 12 May 2017 15:01 by ADMIN
RadTooBar holds a Button and it is shown in Contentframe. When shown the button is initially disabled. Clicking on other button makes the first button enabled.

Possible workaround is to set FocusManager.IsFocusScope to False on the Toolbar.
Declined
Last Updated: 24 Jul 2015 13:22 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ToolBar
Type: Bug Report
9
Instances of the Buttons in ToolBar are not removed correctly.

EDIT: We are marking this item Declined.
We are unable to detect any memory leaks with WPF or SL toolbar with Q2 2015 dlls.

Please open a new support with details if you encounter any memory leak issues with RadToolbar.
Declined
Last Updated: 19 May 2016 12:47 by ADMIN
ToolBar: ToolBarTray doesn't respect ToolBar's HorizontalAlignment property.

ToolBarTray is actually a Grid supporting Band and BandIndex properties of the RadToolBar.
To simply position RadToolBars with Horizontal/VerticalAlignment properties you can use Grid instead of RadToolBarTray.

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Unplanned
Last Updated: 05 Jan 2017 11:42 by ADMIN
Buttons in the OverFlowButtons have CheckBoxes indicating whether the Buttons are added or removed from the Toolbar.
Completed
Last Updated: 19 May 2016 13:58 by ADMIN
Once the Windows8Touch theme is selected changing the theme to anyone else makes the Toolbar in the selected theme to look large like in Windows8Touch theme
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ToolBar
Type: Feature Request
5
Add global HotKeys support to allow hotkeys/shortcut keys to trigger the RadToolBar content elements.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
Ability to stretch / fill the controls in the toolbar when resizing needed. 
Currently, the controls are placed in the overflow immendiately when there is no space for them. 
The controls do not stretch when the toolbar is stretched.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
Allow CloseOnEscape feature for RadDropDownButtons and RadSplitButtons in the RadToolBar
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ToolBar Band and BandIndex properties are not applied when the control is set in a DataTemplate of a ToolBarTray
Won't Fix
Last Updated: 11 Dec 2023 13:02 by ADMIN
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 04 Jan 2017 12:54 by ADMIN
Setting ToolBar.Background to Transparent should make the control transparent
Unplanned
Last Updated: 03 Jan 2017 21:18 by ADMIN
There is a ContextMenu inside DropDownContent of a DropDownButton which is in the OverflowPopup. Closing the menu does not close the overflow area of the toolbar.

And this i by desing, context menu is not responsible for closing all popups up above it.

RadToolBar can handle this scenario with subscribing to ContextMenu events.
Unplanned
Last Updated: 03 Jan 2017 20:22 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: ToolBar
Type: Feature Request
2
Allow the RadToolBar to apply locally set Styles to its elements even if they have predefined styles in the ContainerStyleSelector.
Unplanned
Last Updated: 10 Mar 2017 14:12 by ADMIN
This is reproducible also with the Green theme. 

As a workaround you can extract the RadToolBar ControlTemplate and modify the column/row definitions of the root Grid element. 
(http://docs.telerik.com/devtools/wpf/styling-and-appearance/styling-apperance-editing-control-templates)

This is for vertical orientation:

<Grid.ColumnDefinitions>
	<ColumnDefinition x:Name="c0" Width="Auto"/>

<ColumnDefinition x:Name="c1" Width="*"/>
<ColumnDefinition x:Name="c2" Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition x:Name="r0" Height="Auto"/>
<RowDefinition x:Name="r1" Height="*"/>
<RowDefinition x:Name="r2" Height="Auto"/>
</Grid.RowDefinitions>


This is for horizontal orientation:

<Grid.ColumnDefinitions>
<ColumnDefinition x:Name="c0" Width="Auto"/>
<ColumnDefinition x:Name="c1" Width="*"/>
<ColumnDefinition x:Name="c2" Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition x:Name="r0" Height="*"/>
<RowDefinition x:Name="r1" Height="Auto"/>
<RowDefinition x:Name="r2" Height="Auto"/>
</Grid.RowDefinitions>
Unplanned
Last Updated: 25 Mar 2019 15:08 by ADMIN
When the overflow button is clicked the OverflowPanel will be always open. Provide a support for closing the panel when the button is click again. 
1 2