GDBG BackGroudImageProblem

Hi,

I set cells' BackGroudColor in PrepareViewStyleInfo event.

void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) {
e.Style.BackColor = Color.Pink;
e.Style.TextColor = Color.Maroon;
}

and it all runs fine until I set grid's BackGroudImgageProperty. Then cells' backgrounds become transparent.
How to make it working?
I'd like to have the ability to play with PrepareViewStyleInfo event (not to have transparent cells) and also set grid's background as an image.

Thank you for any help.
Best Regards,
Marek S

1 Reply

HA haneefm Syncfusion Team June 26, 2007 02:39 PM UTC

Hi Marek,

Below is a forum thread that discuss with the similar task.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=41950

Best regards,
Haneef

Loader.
Up arrow icon