Is there any way to disable the context menu strip that appear in the grid (Task side) ?
Tried with the the mouse down event and it still appear. And couldn't find anything to override it from.
I attached my gantt chart with this event ContextMenuInitializing
and used e.Cancel = true; and this fixed my issue.
Thanks