Hi Harry,
Thank you for clarifying.
I'm now marking this item as a duplicate of the original.
Regards,
Hristian Stefanov
Progress Telerik
Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!
Hi Harry,
To achieve the behavior where the menu shows on click and hides on click, you can use the ShowOn and
HideOn properties of the
TelerikMenu component. Here's how you can set it up:
<TelerikMenu Data="@MenuItems"
ShowOn="@MenuShowEvent.Click"
HideOn="@MenuHideEvent.Click" />
If you want a direct close method to hide the menu from code and handle a close event, we already have these submitted as feature requests:
You can add your vote for both if this is what you are looking for.
Let me know if I'm missing something.
Regards,
Hristian Stefanov
Progress Telerik
Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!