I have tried to do it without success.
Is it possible ?
If you want to change a color to single column try this:
dataGridView1.EnableHeadersVisualStyles = false; dataGridView1.Columns[0].HeaderCell.Style.BackColor = Color.Magenta; dataGridView1.Columns[1].HeaderCell.Style.BackColor = Color.Yellow;