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

Selection of any cell should highlight entire row.

I see a lot of posts explaining how to do this for WPF but not GridGroupingControl. Can somebody help with information specific for GridGroupingControl? Thank you

1 Reply

VK Vinish Kumar K Syncfusion Team December 10, 2012 04:44 AM UTC

 Hi Gaukhar Massabayeva,

Thank you for your interested in Syncfusion products.

Query.

Highlighting any row while selecting a cell

You can achieve this functionality using the ListBoxSelectionMode property. Please refer the following codes which are used for your reference.

 

this.gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.MultiSimple;

            this.gridGroupingControl1.TableOptions.ListBoxSelectionColorOptions = GridListBoxSelectionColorOptions.ApplySelectionColor;

            this.gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.AlphaBlend;

 

Please refer the following UG Link  also. It will helps to you to get more details about this property, 

UG Link :  http://help.syncfusion.com/UG/User%20Interface/Windows%20Forms/Grid/default.htm#!Documents/selectedrangescollection.htm


Please let me know if you have further concerns.

Regards,

Vinish.


Loader.
Live Chat Icon For mobile
Up arrow icon