I have a Windows form with a DataGridView object that is populate via MySQL data connector. In the RowValidating event, I am using the .IsCurrentRowDirty property to tell when the user has changed any data. Problem is it does not always set in time. I have implemented a 100ms delay and that seems to have made the test reliable.
Has anyone else ran in to this?