Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > Selecting the RadRibbonBar 'Review' tab in design view

Not answered Selecting the RadRibbonBar 'Review' tab in design view

Feed from this thread
  • Dave avatar

    Posted on May 18, 2011 (permalink)

    I have two tabs in a new project's RadRichTextBox RadRibbonBar 'Home' and 'Review'.  How do we select the 'Review' Tab whilst in the Design View?

    Reply

  • Viktor Tsvetkov Viktor Tsvetkov admin's avatar

    Posted on May 19, 2011 (permalink)

    Hello Dave,

    Currently the RadRibbonBar doesn't support design time selection, but we are working on a major refactoring of the RadRibbonBar that will be available for the Q2 BETA in the middle of June and one of the new features will be the improved design time support.

    Best wishes,
    Viktor Tsvetkov
    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

  • sagar avatar

    Posted on Jun 29, 2011 (permalink)

    is it possible to select particular tab of ribbonbar by code?

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Jul 4, 2011 (permalink)

    Hi Sagar,

    You can use the Items collection of RadRibbonBar in order to access its collection of RadRibbonTabs. For example:
    private void RadButton_Click(object sender, RoutedEventArgs e)
           {
               (this.ribbonBar.Items[1] as RadRibbonTab).IsSelected = true;
           }
    The whole solution is in the attachment. So please give it a try and let us know if it satisfies you.

    All the best,
    Petar Mladenov
    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
    Attached files

    Reply

  • Rank avatar

    Posted on Sep 3, 2011 (permalink)

    I too could not select a particular tab of ribbonbar by code and followed the solution posted on the link. I am contented with it.

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Sep 3, 2011 (permalink)

    Hi Rank,

    We are glad to hear thet this forum thread helped you solve your issues.

    On a side note, I wanted to let you known that due to the many known limitations of the RadRibbonBar implementation, we decided to provide a new implementation of the ribbon UI - the RadRibbonView. You can find more info about the advantages of the new RibbonView control here.

    Greetings,
    Tina Stancheva
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

  • John Master avatar

    Posted on Oct 4, 2011 (permalink)

    Hello Tina,
    I just lost 5 hours trying to debug binding problems while using the RibbonBar.
    Will you please make sure that people stop using the RibbonBar which is total crap and use the RibbonView instead.
    Write it in the doc, in the help, everywhere: do NOT use the RibbonBar.
    Thank you,
    John.

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Oct 7, 2011 (permalink)

    Hello John,

     Please first excuse us for any inconvenience when using the RadRibbonBar. We are doing our best to make the RadRibbonView much better and improved control than its predecessor. We already removed the demos of RibbonBar from our demo site but we cannot remove its documentation pages because many people still have applications with custom RibbonBar styles and functionalities and need a guidance. I can assure you that we constantly advice our clients to use the new RadRibbonView.
    Thank you for your feedback. 

    Best wishes,
    Petar Mladenov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • John Master avatar

    Posted on Oct 7, 2011 (permalink)

    Hello Petar,
    Sure I can understand that you cannot remove the existing documentation.
    It's just that you could write in the RibbonBar documentation that people should look for the RibbonView instead.
    I started my project a long time ago when the RibbonView did not yet exist.
    The only thing that made me try to use the RibbonView was because I had so many problems I could not solve while use the RibbonBar.
    Not because it was obvious to me but because I hit a wall with the RibbonBar.
    To tell you the truth, I thought that the ribbonView was making use of the RibbonBar and did just provide an existing office like view that I could customize... I did not know it was a rewrite meant to replace the RibbonBar...
    Anyway, my rant was not against you personaly ;)
    It was just that I worked all night long trying to solve problems that were solved already by the RibbonView...
    That control is awaesome... Works very nicely.
    Thank you for you help,
    John.

    Reply

  • Tina Stancheva Tina Stancheva admin's avatar

    Posted on Oct 11, 2011 (permalink)

    Hi John,

    Thanks again for your feedback. We will update the RadRibbonBar documentation to list its known limitations and to point our customers to the new RadRibbonView control.

    The updated documentation will go live next week.

    Regards,
    Tina Stancheva
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • John Master avatar

    Posted on Oct 11, 2011 (permalink)

    Excellent, thank you very much...

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > Selecting the RadRibbonBar 'Review' tab in design view