Grid colours

I'm using the GridControl grid (Essential Studio 6.1.0.34) in C# (VS2005 Prof). How do I change the colour of the non-client area of the grid?

Regards PLST



1 Reply

AD Administrator Syncfusion Team March 27, 2008 05:40 AM UTC

Hi PLST,

Thanks of the interest in Syncfusion products.

You can change the non-client area of the gird using grid backcolor property. Please refer the following code snippet that
shows how you can change the non-client area of the grid.

this.gridControl1.Properties.BackgroundColor = Color.Yellow;

Please refer the sample in the below link that illustrates the above.

http://websamples.syncfusion.com/samples/Grid.Windows/F72551/main.htm

Please let me know if this is not what you needed.

Regards,
Asem.


Loader.
Up arrow icon