Modifying Context Menu before show it

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

1 Reply

AS Arun 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

Loader.
Up arrow icon