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