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