I have dataGridView
one that has a checkbox column. Whenever the user clicks on the checkbox, I use an event CellContentClick
where 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