How can I change griddataboundgrid backgroundcolor?

hello,

How can I change griddataboundgrid backgroundcolor?


thanks,


Beth

1 Reply

AD Administrator Syncfusion Team November 7, 2006 04:52 AM UTC

Hi Beth,

Try setting these property to change the backgroundcolor of the grid. Below is a code snippet

//Used to display the text in the control.
this.grid.BackColor = Color.Red;

//This color of the grid's clientarea not occupied by cells is control by the Grid.Properties.BackgroundColor property.
this.grid.Properties.BackgroundColor = Color.Red;

Best Regards,
Haneef

Loader.
Up arrow icon