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

Top Corner Cell Of Databound Grid

Hi there - I have attached a grid screen shot that explains what I am trying to do. Bascially would like to be able to change the back colour on the top most corner of the grid ... Column 0, Row 0. Any help would be greatly appreciated- Cheers from Ben

1 Reply

AD Administrator Syncfusion Team September 11, 2003 06:43 AM UTC

Try setting; this.gridDataBoundGrid1.BaseStylesMap["Header"].StyleInfo.BackColor = Color.Red;

Loader.
Up arrow icon