Hi everyone,

I have simple C# Form with only one DataGridView on it. The DataGridView's DataSource is bound to class with only 2 int properties. When I fill in the two cells on the first DataGridView row and quickly press 2 times ESC while the cursor is in the second cell the form crashedwith System.InvalidOperationException.

Any help/suggestions are welcome.

WinXP SP2, VS 2005 .NET 2.0

Best regards:

KalliMan