NA
Nisha Arockiya A
Syncfusion Team
January 8, 2009 12:08 PM UTC
Hi Wim,
Thanks for your interest in Syncfusion Products.
There is an Options property setting that controls which mouse buttons select/unselect cells. The default is for either button to select/unselect cells. To only allow the left button to select/unselect cells, try:
this.gridGroupingControl1.TableControl.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
Please let me know if this serve your needs.
Regards,
Nisha.