Yes, it's definitely the right column - I can change its value with something like :
Code:
dgv_WorkHistory.Rows(i).Cells("DateOfWork").Value = "30/06/1971"
but I can't change the background color of cells anywhere in the datagridview.