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

AlphaBlend Flag / Grouping Grid / 4.2 version

I have just upgraded to 4.2
I use grouping grids extensively.
I have been using the AlphaBlend flag to change the color of the selected row per post:
https://www.syncfusion.com/support/forums/message.aspx?MessageID=21665

I allow multi-selection in my grouping control and pop-up a context menu to allow the user to manipulate data in the selected rows. Per post
https://www.syncfusion.com/support/forums/message.aspx?MessageID=21964

it appears I can no longer use AlphaBlending to change my row color and yet use the new record-based selection code to grab the selected rows in the grid.

So how can I change the default selected row(s) color and still use the new record based selection code?

Thanks

1 Reply

AD Administrator Syncfusion Team August 2, 2006 04:26 AM UTC

Hi Linda,

Use the below property setting to do this.

this.gridGroupingControl1.TableOptions.SelectionBackColor = Color.Green;
this.gridGroupingControl1.TableOptions.ListBoxSelectionColorOptions = GridListBoxSelectionColorOptions.ApplySelectionColor;

Thanks for using Syncfusion Products.
Regards,
Rajagopal

Loader.
Live Chat Icon For mobile
Up arrow icon