Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Ultrawebmenu MenuItemclicked Server side Event not firing
posted

I have build my own server control inherting from WebMenu.

I have added the server side menuitemclicked event and have also build the menu item.

I have set the target to PopupMenu

 On right click , I call the clinet side method (igmenu_showMenu) to show the menu and it works.

But the serverside menuclicked event is not firing. Please help.

Note: I have also creating the instance of webmenu  instead of inheriting and I have the same problem.

Thanks.