I have a datagrid which contains a boolean field. When I test the program and click a row's checkbox, it can't change back color of the row immediately, as my code has an event "CellEndEdit", I have to leave the cell to change the color. I tried some other events however couldn't make them work.
How can I change row's back color when the checkbox on datagrid is clicked?
EDIT: This is a Windows Forms application (not WPF) and I'm using Microsoft Visual Studio Express 2013 for Windows Desktop. By the way, it isn't a datagrid, it's a datagridview which is populated from an mdb database.