Problem with menuAdv and hyperlink

Hello,

I have some probleme with my menuAdv, if I add hyperlink in a menuItem, the link don't work. but if it's a hyperlink in my page, it works fine.







Is my code wrong ? Is there any other solution to add hyperlink (to page from my projet)


Thank in advance,


Have a nice day.

2 Replies

AP Anthony PALLINI April 15, 2010 09:53 AM UTC

I have resolved my problem, I used an event on click instead of add hyperlink button in my xaml.

Sytaxe : (MainPage)App.Current.RootVisual).ContentFrame.Navigate(new Uri("/MyPage", UriKind.Relative));


HK Hemanth Kumar K Syncfusion Team April 16, 2010 04:24 AM UTC

Hi pallini,

Thanks for choosing syncfusion products,

The HitTest behavior of elements which is hosted inside MenuItemAdv is different . so if you host HyperlinkButton inside MenuItemAdv it is better to handle the navigation in Click event itself.

Please let us know if you have any queries,

Thanks,
HemanthKumar K

Loader.
Up arrow icon