Multiple row selection on GridDataControl

I would like to have a multiple row selection in the GridDataControl. To do that, I set the AllowSelection property to "Row". But it allows only single selection.

There is a way to do that ?
Thank you,


1 Reply

GK Ganesan K Syncfusion Team December 14, 2009 12:40 PM UTC

Hi Thierry,

Thanks for using Syncfusion products.

You can use the following code for multiple row selection.

dataGrid.Model.Options.ListBoxSelectionMode = GridSelectionMode.MultiExtended;

Please let us know if you need any more details.

Thanks
Ganesan

Loader.
Up arrow icon