JJ
Jisha Joy
Syncfusion Team
January 6, 2009 09:34 AM UTC
Hi Priya,
There is a property that controls this behavior of which mousebutton can select cells. Try
this.gridDataBoundGrid1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
This should prevent the right button from affecting any selections.
Hope that helps.
Regards,
Jisha