Change Grid Control Back Colour

Hi there,

I''m trying to change the colour that the grid control shows outside the bounds of the rows and columns. For example, say I have a grid with 3 rows and 3 columns, and each row and column has a height/width of 10px. I then drag the size of the grid out to 100px by 100px. I want to change the colour shown by the control between the last row/col and the bounds.

Cheers,
TERRY ROSSOW

2 Replies

AD Administrator Syncfusion Team July 20, 2006 06:13 AM UTC

Hi Terry,

You can achieve this by setting the below property.

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

Thanks,
Rajagopal


AD Administrator Syncfusion Team July 20, 2006 07:11 AM UTC

Cheers, that''s perfect.

Loader.
Up arrow icon