AD
Administrator
Syncfusion Team
February 2, 2004 01:37 PM UTC
There is a property that controls which mouse button(s) control selecting cells. Try setting
this.gridControl1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
to see if this does what you want.
DL
Dongxian Li
February 2, 2004 04:28 PM UTC
Thanks. That solve my problem.