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
130
UltraWebMenu: Execute items on <ENTER>
posted

In our product we use the UltraWebMenu control for all menu items available. We now have the requirement that out product is Section 508 compliant, which means the user must be able to work with our product with the keyboard only.

We override the MenuClientSideEvents.ItemClick event to execute our own JavaScript. But this event is only executed when either clicking the item with the mouse or pressing the <SPACE> key. But to have a common behavior all over the application the menu items must also be executable with the <ENTER> key

Is there any solution to configure the UltraWebMenu to execute the ItemClick event also when pressing the <ENTER> key?

Any help appreciated,

Jörg