Hi i have a few datagridviews in my application

how can I change the color of the top row (Header).

This is what i thought the right command but unsucessfull

dGrid1.Columns[i].HeaderCell.Style.BackColor = Color.LightSteelBlue;

Anyone has a solution for this.

many thx in advance