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?