We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

showing context menu on modal dlgs spawned from a context menu handler

showing context menu on modal dlgs spawned from a context menu handler doesn''t work. i.e if you handle a menu item and show a form with another context menu on it, when the user rclicks nothing happens.... is there anyway other than async handling the menu item to fix this....

1 Reply

AD Administrator Syncfusion Team June 29, 2004 12:09 PM UTC

Hi Calling: this.popupMenu1.SynchronousPopup = false; should take care of this issue. The PopupMenu.Show method will by default return after the context menu is closed. Specifying SynchronousPopup to false will then make it return immediately and hence you can now see the context menu for the open Modal dialog. Regards Arun

Loader.
Live Chat Icon For mobile
Up arrow icon