AD
Administrator
Syncfusion Team
March 27, 2008 07:09 PM UTC
Hi MC,
Thank you for your interest in Syncfusion products.
By Default it is possible to select multiple cells by holding "Ctrl+MouseClick". If you are not able to select multiple cells, please try the code below.
this.gridControl1.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Any;
Please let me know if you have any further questions.
Best Regards,
Srirajan