We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon