I have a DataGridView (VS 2008) that has a cell being cleared when I push a button on my form when it shouldn't be. I can see it clearing when I push the mouse button down and before I lift my finger off the mouse button. I can also see, through debug statements, that the value is still set after the rowValidated event, but by the time it gets to the button "Click" event it has cleared.
Is there some way in the debugger to have the code stop executing when that DGV cell value changes so I can see where it is happening? Also, is there any way to know all of the events being fired from the time I click on the button?
Is there some way in the debugger to have the code stop executing when that DGV cell value changes so I can see where it is happening? Also, is there any way to know all of the events being fired from the time I click on the button?