I have a dataGridView that has a column with checkboxes. Whenever the user clicks on a checkbox I use the event CellContentClick where I process the necessary action.
But now, in some cases, I would like the value not to be committed (the checkbox to be unchecked). Any idea how to do this?
You might want to look at the CellValidating event. So something like this: