Change Backcolor of DGBG

Hi,

If the no. of rows in my grid do not fill up the height specified, how do I eleminate the background color of the grid?
Even After setting the Backcolor to "White",
It still does not work?
Kindly see the attachment to exactly determine what is desired.

Thanks,
Raul



DGBG_dd509eed.zip

1 Reply

NR Nirmal Raja Syncfusion Team November 12, 2008 01:16 PM UTC

Hi Raul,

Thank you for your interest in Syncfusion products.

The back color of the GridDataBoundGrid where the table is not filled can be made transparent using the BackColor of the Properties object.

Please refer the code below:

this.gridDataBoundGrid1.Properties.BackgroundColor = Color.Transparent;


Let me know if you have any queries.

Regards,
Nirmal


Loader.
Up arrow icon