How to Change item selected color and mouse over color in Office 2007 blue format for gridgroupingcontrol

I need to change the orange color of row selection to white/blue and similarly the backcolor of row for  mouseover on any row in office 2007 blue format. The rest all should remain same only these 2 orange colors should be changed. Please let me know which and where the property need to be changed. Please resolve this ASAP.


1 Reply

AS Athiram S Syncfusion Team August 31, 2012 01:08 PM UTC

Hi Varsha,

Thanks for using Syncfusion Product.

we have processed on your query.The selected rows color can be changed from SelectionBackColor property in TableOptions.

You can make use of the following code:

this.gridGroupingControl1.TableOptions.SelectionBackColor = Color.Blue;

Let us if you have any concerns.

Regards,
Athiram S

Loader.
Up arrow icon