Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > Hyperlink in RadRibbonButton?

Not answered Hyperlink in RadRibbonButton?

Feed from this thread
  • Kevin avatar

    Posted on Aug 10, 2011 (permalink)

    I have a RadRibbon in my app, and I need one of the buttons on the ribbon to navigate to a different website.

    I know I can use System.Windows.Browser.HtmlPage.Window.Navigate,
    however this doesn't work correctly with tabs in some browsers (google chrome).  It opens up a popup instead, which is usually blocked by a popup blocker.

    It seems that hyperlink buttons actually do act correctly though, by opening up a new tab when the "_blank" target is specified.  

    With this in mind, I am hoping there is a way to put a hyperlink button in the RadRibbon, and have it's UI match with the other RadRibbonButtons.

    Is this possible?

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Aug 15, 2011 (permalink)

    Hello Kevin,

     Could you please elaborate more on your scenario and especially on this "have it's UI match with the other RadRibbonButtons"? Do you need some kind of styling ? The RadRibbonButton is ContentControl so there is no problem to add HyperLinkButton as a Content. Please let us know if we are missing something. 

    Greetings,
    Petar Mladenov
    the Telerik team

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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RibbonBar > Hyperlink in RadRibbonButton?