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.
Up arrow icon