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