AD
Administrator
Syncfusion Team
September 21, 2006 12:58 PM UTC
Hi Rajani,
There is a property that controls this behavior of which mousebutton can select cells. Try the below code
this.grid1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
This should prevent the right button from affecting any selections.
Please let me know if this does not handle things for you,
Thanks,
Haneef