AD
Administrator
Syncfusion Team
June 26, 2006 10:11 PM UTC
Hi GC,
You can achieve this, by setting the SelectCellsMouseButtonsMask property to Left mouse button. The following is the code snippet.
this.gridListControl1.Grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
Best regards,
Madhan