Completed
Last Updated: 28 Oct 2014 07:24 by Peter Hedley
ADMIN
Telerik Admin
Created on: 14 Jun 2010 14:25
Category: ToolBar
Type: Bug Report
49
Toolbar: Allow buttons to be right aligned in the toolbar
Allow buttons to be right aligned in the toolbar

Available in Q3 2014.
7 comments
Peter Hedley
Posted on: 26 Jun 2013 06:05
And another one - this has been a problem for people long enough would love to see it sorted...
Stephen
Posted on: 06 May 2013 15:54
In the mean time, do something like this:
<Grid>
		<telerik:RadToolBar HorizontalAlignment="Stretch" VerticalAlignment="Top"	Height="30"  >
//buttons on the left go here
		</RadToolBar>
		<RadDockPanel  Height="30" HorizontalAlignment="Right">
//buttons on
Peter
Posted on: 08 Nov 2012 00:59
It will be great to have this feature.
John Savold
Posted on: 16 Mar 2012 14:57
I second Clinton's comments.
Marcelo
Posted on: 08 Sep 2011 07:31
Guys, for Silverlight too, plz.
Chris Boarman
Posted on: 11 Feb 2011 13:31
Be sure to add the flexibility to left align some butons and right align others. For example, Windows 7 explorer toolbar has several left aligned buttons (Organize, New Folder)
and several right aligned buttons, including a Help button. 
Developer
Posted on: 01 Dec 2010 09:04
Having the ability to display a heading in the toolbar on the left, while the buttons display on the right of the toolbar would be a nice additional feature to have especially seeing as how I do not know of any current toolbar that enables this.