We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon