Any reason why grid1.ColStyles[3].BackColor = Color.Yellow; doesn''t work?

I have two grids and in one this works and in the other it doesn't

//works
grid2.ColStyles[3].BackColor = Color.Yellow;
//doesn't
grid1.ColStyles[3].BackColor = Color.Yellow;

I cannot see anything different with the two in the property window. Just wondering if something overrides the ColStyles[] settings.

thanks


1 Reply

AD Administrator Syncfusion Team February 26, 2008 09:20 PM UTC

Hi Paul,

Please refer this forum thread that discuss with simillar issue.
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=36736

Best regards,
Haneef


Loader.
Up arrow icon