Quote Originally Posted by paulorton View Post
Code:
dgv_WorkHistory.Rows(i).Cells("DateOfWork").Style.BackColor = Color.Green
This doesn't change the background colour - what am I doing wrong here?
Do you have any events such as CellFormatting for the DataGridView?