AD
Administrator
Syncfusion Team
June 24, 2005 01:45 PM UTC
Is your context menu being displayed because you are setting the COntrol.ContextMenu property, or because you are catching the mouseclick and explcitly displaying a context menu.
If you are doing the latter and handling a grid event like CellClick to catch teh mouse action, then you can set e.Cancel to prevent further processing of the click.
But if you are relying on the ContextMenu property, then one solution would be to remove the MouseButtons.Right from the SelectCellsMouseButtonsMask property.