AD
Administrator
Syncfusion Team
December 1, 2006 04:11 AM UTC
Hi Steve,
Please set the following property to control the behavior of mousebuttons selecting cells.
this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
This will prevent the right mousebutton from making any selections.
Best Regards,
Haneef
AD
Administrator
Syncfusion Team
December 1, 2006 02:56 PM UTC
Thanks, that worked!
Steve