Hi, 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.

What I want is to change row back color when the checkbox of the datagrid is clicked.