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

How to enable multi-select of Group-Row

Hello,

how can I enable the multiselection of group-rows in my griddatacontrol?

Thank you..


1 Reply

MA Manikandan Syncfusion Team June 8, 2011 01:43 PM UTC

Hi Lukas,

Thanks for using Syncfusion Products.

You can achieve your requirement by setting AllowSelection and ListBoxSelectionMode properties as follows:

Code snippet [C#]:

this.dataGrid.Model.Options.AllowSelection = GridSelectionFlags.Any;
this.dataGrid.Model.Options.ListBoxSelectionMode = GridSelectionMode.MultiExtended;

We have prepared a sample based on this and you can find the sample under the following location:

Sample : http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=Sample_I-152967843.zip

Please let us know if this helps.

Regards,
Manikandan



Loader.
Live Chat Icon For mobile
Up arrow icon