Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

C#.NET DataGridView .IsCurrentRowDirty not being set in time...

$
0
0

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?


Viewing all articles
Browse latest Browse all 1764

Trending Articles