This is a migrated thread and some comments may be shown as answers.

Link to External Site

3 Answers 65 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Elke
Top achievements
Rank 1
Elke asked on 23 Sep 2010, 08:56 PM
Does RadMenu support linking to an external site?  Something like this:
<telerik:RadMenuItem x:Name="mnuItemGeneralHelp" Header="Yahoo" Tag="http://www.yahoo.com/" IsCheckable="False" Background="#FF454545" Style="{StaticResource RadMenuItemStyle1}" />

If so does it also allow for target="_blank"?

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Sep 2010, 03:33 PM
Hello Elke,

Unfortunately this scenario is not supported by RadMenu control. Anyway, you could implement it out of box. I would suggest you to handle ClickItem event of RadMenu and get the tag of the clicked RadMenuItem. After that, you could use it to navigate to an external site.

I hope this helps! I will be glad to assist you further.

Best wishes,
George
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
0
Elke
Top achievements
Rank 1
answered on 28 Sep 2010, 03:44 PM
Thanks George! I didn't think that it was supported but just wanted to be sure.
0
Elke
Top achievements
Rank 1
answered on 30 Sep 2010, 02:13 PM
I was able to get it to work using the Click event and HtmlPage.Navigate. Thanks!
Tags
Menu
Asked by
Elke
Top achievements
Rank 1
Answers by
George
Telerik team
Elke
Top achievements
Rank 1
Share this question
or