I made a datagridview with a checkbox column which I access if it was checked or not based on the cellcontentclicked event handler. I have a problem though, that if I check the checkbox one time after another without lifting the mouse out of the checkbox the editedformattedvalue and the value don't change and then my event handler doesn't do what I want it to do correctly.
↧