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

Menu ItemClick not firing after latest windows 10 update

1 Answer 74 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Aron Calder
Top achievements
Rank 1
Aron Calder asked on 16 Sep 2019, 08:09 PM

Hi,

Does anyone experience an issue with the menu not triggering the itemclick event.

I have recently had a forced windows 10 major update on my local development PC, but when I started to work on debugging a code, it looks like the item click event is no longer triggering.

I have the below code

AddHandler MainMenu.ItemClick, AddressOf MenuItemSelected

Then have the following eventhandler

Private Sub MenuItemSelected(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadMenuEventArgs)

But on putting a breakpoint, the eventhandler function never get triggered when I clicked on the menu, 

Please let me know if I am missing something because this seems to be quite a simple code.

 

Thank you

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 19 Sep 2019, 03:49 PM

Hello Aron,

We have tested a simple example with the same subscription to the click event and the latest Windows updated does not seem to affect the server-side click events of the RadMenu in the supported browsers. 

I have attached the sample project that we used to test with.

You can also check if there is a request triggered in the Network tab of the browser's developer tools or if there are any JavaScript errors in the browser console.

Another thing you can try is setting the text of a label, for example, so that it is more reliable than a break point.

Generally, we have received a similar report for events not fired when the RadCompression is enabled in IIS7+:

The RadCompression is obsoleted now, and if you are using IIS 7+ we recommend removing the compression and using the built-in compression of the IIS.

Also, you can check how the latest version of the controls would behave.

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Menu
Asked by
Aron Calder
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or