AD
Administrator
Syncfusion Team
March 31, 2005 12:50 PM UTC
In a GridControl, you can set the BackColor of static cells using an indexer on the GridControl.
this.gridControl1[row, col].BackColor = Color.Red;
We currently do not support button BackColor through setting style properties. If you want to set a button backcolor, you can handle the DrawCellButtonBackColor event. Here is a forum thread on this.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=19312