GridListContorl - Selected Row Color

Please let me know how to set the selected row to a different color in GridListControl.

1 Reply

AD Administrator Syncfusion Team January 23, 2007 07:51 PM UTC

Hi Sreeni,

Use the AlphaBlendSelectionColor property to change the selected row color in a GridListControl.

gridListControl1.Grid.AlphaBlendSelectionColor = Color.Red;

Best Regards,
Haneef

Loader.
Up arrow icon