I have dataGridViewone that has a checkbox column. Whenever the user clicks on the checkbox, I use an event CellContentClickwhere I handle the necessary action.
But now, in some cases, I would like the value not to be fixed (the checkbox should be checked). Any idea how to do this?
source
share