Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > Commands in Toolbar & IsLocked

Answered Commands in Toolbar & IsLocked

Feed from this thread
  • Posted on Sep 22, 2009 (permalink)

    Hi. I am having some difficulties using the RadToolBar.
    The following code (utilizing the standard toolbar) works just fine:
    <ToolBarTray DockPanel.Dock="Top" 
                 IsLocked="False"
         <ToolBar BandIndex="0" 
                  ToolBarTray.IsLocked="False"
              <Button Click="Button_Click">foo</Button> 
         </ToolBar> 
         <ToolBar BandIndex="0" 
                  ToolBarTray.IsLocked="False"
              <Button Command="ApplicationCommands.Cut" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
              <Button Command="ApplicationCommands.Copy" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
              <Button Command="ApplicationCommands.Paste" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
         </ToolBar> 
    </ToolBarTray> 
    i.e. Commands are active when inside a TextBox otherweise not and the two Toolbars are repositionable inside the ToolBarTray.

    However, when I switch to RadToolBar....
    <telerik:RadToolBarTray DockPanel.Dock="Top" 
                            IsLocked="False"
         <telerik:RadToolBar BandIndex="0" 
                             telerik:RadToolBarTray.IsLocked="False"
              <Button Click="Button_Click">foo</Button> 
         </telerik:RadToolBar> 
         <telerik:RadToolBar BandIndex="0" 
                             telerik:RadToolBarTray.IsLocked="False"
              <Button Command="ApplicationCommands.Cut" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
              <Button Command="ApplicationCommands.Copy" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
              <Button Command="ApplicationCommands.Paste" 
                      Content="{Binding RelativeSource={RelativeSource Self}, Path=Command.Text}" 
                      HorizontalAlignment="Center" 
                      VerticalAlignment="Center" /> 
         </telerik:RadToolBar> 
    </telerik:RadToolBarTray> 
    The Commands are Disabled and do not enable and the ToolBars are not repositionable inside the ToolBarTray.

    Have I misread the Documentation on RadToolBar ?

    Yours, Nils

    Reply

  • Answer Ivan Ivan admin's avatar

    Posted on Sep 24, 2009 (permalink)

    Hello Nils,

    Thank you for reporting the command-issue. We will do our best to fix the case for the next release.

    About movement / dragging of the toolbars inside a tray. We confirm that toolbar is not draggable - we are working on this functionality for our Q3 release.

    PS: According this report we updated your Telerik points.

    Best wishes,
    Ivan
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Alan Adorjan avatar

    Posted on Jan 25, 2010 (permalink)

    Seems like in the Q3 release the toolbars are still not draggable.  When do you expect this functionality to be available?  Also, do you plan on supporting a right-click Customize function like in Visual Studio?
    Thanks!

    Reply

  • Kiril Stanoev Kiril Stanoev avatar

    Posted on Jan 28, 2010 (permalink)

    Hi Alan,

    Currently the priority of the "draggable toolbars" feature is low compared to other features and it will not be included in our Q1 2010 release. Most probably we will start implementing it during Q2 2010.
    Your other feature request, "supporting a right-click Customize function", will definitely be considered for future versions of RadRibbonBar. Let me know if you have additional questions or comments on the matter.

    Greetings,
    Kiril Stanoev
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Rick Knicely avatar

    Posted on Jul 22, 2010 (permalink)

    Has dragging of the toolbars been implemented yet?

    Reply

  • Valentin.Stoychev Valentin.Stoychev admin's avatar

    Posted on Jul 23, 2010 (permalink)

    Hi Rick Knicely,

    This feature is still not implemented.

    Sincerely yours,
    Valentin.Stoychev
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > ToolBar > Commands in Toolbar & IsLocked
Related resources for "Commands in Toolbar & IsLocked"

WPF ToolBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]