Posted 1 September 2020, 7:34 am EST
Hello,
I’ve implemented a C1ContextMenu on a form. I’ve got a report control on this form and there is a mousedown event on this report control.
If the mousedown event is raised, I call the ShowContextMenu method to display it.
If the Popup is still displayed, when there is another mousedown event on the report control, the C1ContextMenu is closed (I get the Closed event correctly) but it does not raise the mousedown event for the report control.
Is there a way to do this?
Thanks