G
Guest
I want to change the cell color of a specific cell without going through an
event.
I tried using:
this.datagrid.Rows[0].Cells[0].InheritedStyle.BackColor = Color.LightGray;
but InheritedStyle doesn't seem to do it.
event.
I tried using:
this.datagrid.Rows[0].Cells[0].InheritedStyle.BackColor = Color.LightGray;
but InheritedStyle doesn't seem to do it.