change the selection backcolor

hi all.
how can i change the selected rows backcolor?
from code?

1 Reply

AD Administrator Syncfusion Team February 8, 2007 04:42 PM UTC

Hi Shachar,

You can change the row selection backcolor to any color you wish using the below piece of code.
//
this.gridGroupingControl1.TableOptions.SelectionBackColor = Color.Green;
//

Thanks,
Haneef

Loader.
Up arrow icon