Selecting various cells by Ctrl+click

Hi,

If I wanted to select random cells from across the grid by holding by Ctrl+mouse-click, what is the property to enabled or disable this behavior?

Thanks.


2 Replies

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




MC MC April 1, 2008 03:02 PM UTC

Thanks for your help.


Loader.
Up arrow icon