In VB.NET 2005 what is the best way to get control when someone checks or unchecks a checkbox cell in a datagridview.
I am getting conflicting results and it seems that either the current cell is the previous cell or the value is always false.
I just want a way that when someone checks or unchecks the cell I get control of the current cell and it has the checked value. Either the new value or the old as long as it is consistant.
Thanks