The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
We have syncfusion popup menu, which is used as context menu on the various controls (including databound grid). We need to modify state/images of the menu items before menu is shown, based on the current state of the form, selected object etc. I don't see any popup-menu specific event or virtual method where I can do this. Is the only way to do that is to catch mouse up event of every control and do it there ?
Thanks,
Alexander Arlievsky
ASArun Srinivasan Syncfusion Team October 23, 2003 11:59 AM UTC
Hi Alexander,
You can access your PopUpMenu's ParentBarItem property. You could listen to the ParentBarItem's BeforePopup to do what you are looking for.
Regards,
Arun