AD
Administrator
Syncfusion Team
January 16, 2004 08:17 PM UTC
You can avoid the right-click from deselecting cells (all the time) by setting this property:
this.gridControl1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left
If you want a fixed context menu, you can set the Context property on the GridDataBoundGrid. If you the Context menu to vary cell to cell, then you do have to do more work. Here is a KB link.
http://www.syncfusion.com/Support/article.aspx?id=10054
There are other ways to do this if this does not serve your needs.