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

Menu itemclick event fired twice?

1 Answer 61 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ulrich Fiege
Top achievements
Rank 1
Ulrich Fiege asked on 07 Jan 2010, 09:27 AM
hello,
we have this event defined related to a selected menuitem.
If we debug this event we detected that this event is fired twice.
Can you please check this ...
thanks ...

 

Private Sub radMenu_ItemClick(ByVal sender As Object, ByVal e As Telerik.Windows.RadRoutedEventArgs) Handles radMenu.ItemClick

 

 

Dim item As RadMenuItem = TryCast(e.OriginalSource, RadMenuItem)

 

 

HtmlPage.Window.Navigate(New Uri("XXXXX/" & item.Tag.ToString, UriKind.Absolute))

 

 

End Sub

 



1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 11 Jan 2010, 10:21 AM
Hi Ulrich Fiege,

I've attached sample application that demonstrate ItemClick event. It shows that event is fired once for click. Could you open a support ticket and attach your sample so that we can investigate it further?

Regards,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Ulrich Fiege
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or