change the backcolor of first column in a datagridview c# code example
Example: datagridview column color c#
grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;
grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;