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

Propogate click event to main while menu is open...

1 Answer 41 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 28 Jul 2010, 03:03 PM
Hello,

In my application, I make use of several RadMenus and RacContextMenus.  Users have noticed that when the menus are open and they attempt to click on something else in the application that the click will close the menu but not click the item...

For example, (see the attached screenshot)....  if I have the RadMenu open and I try to click on the "Vertical" radio button on the right, the menu will close but the "Vertical" radio will not be checked.

Is there some way that I can tell the RadMenu to propogate the click event to the application instead of just closing itself and eating the event?  I was hoping for some sort of property I could turn on like "AllowExternalClicksToPropogate" :)

Thanks,
Rob

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 30 Jul 2010, 09:55 AM
Hello Rob,

When you open a RadMenu, an invisible canvas is loaded behind it, so all of the mouse click events outside the menu will be handled by this canvas and when you click somewhere the menu will close. Otherwise it will stay open. Currently it is not possible to remove this behavior. 

Regards,
Kaloyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
Rob
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or