I have a datagridview with columns bind to a dataset. One of the columns is a checkbox column which is unbound. I'm using cellPushed event to identify any changes being made to the checkbox and that works. My problem is that I can check the checkbox and get my functions working, but if I select other column or row the true value in the checkbox is disappeared.
Any ideas why is that?