hello, i have one main menuitem with submenuitems. how can i open / expand the submenu automatically on
right mouse click? the property issubmenuopen is readonly.
thanks for help ...
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 18 Oct 2011, 12:22 PM
Hello Robert,
RadMenu doesn't provide such a property. The only workaround that I can suggest is to get the RadMenuItemAutomationPeer for this RadMenuItem and then invoke its Click method like this: