When I change a value programatically in a DataTable that my DataGridView is bound to, the appropriate CellValueChanged event is not firing for the DataGridView. I\'m trying to
Changing the cells background color should be done in the RowPrePaint-Event, this will be fired if the row is repainted, after the value change.