-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)💥 regression-previewRegression from a preview releaseRegression from a preview releasetenet-compatibilityIncompatibility with previous versions or with WinForms for .NET FrameworkIncompatibility with previous versions or with WinForms for .NET Framework
Milestone
Description
- .NET Core Version: (3.0.100-preview6-12253 from release branch)
- Have you experienced this same bug with .NET Framework?: No
More info:
The issue also can reproduce on the 3.0.100-preview7-12261 from master branch.
Repro Steps:
- Build and run the attached application.
test1.zip - Try to change the first cell value from “1” to “a1”.
- Click another cell using mouse.
- Repeat the step2 & step3.
Actually Results:
After step3: The CellParsing event of the datagridview didn't invoke, and the value still is “1”,not be changed to “a1”.
After step4: The CellParsing event of the datagridview can be invoked, and the value was changed to “a1”.

Expected:
After step3:
The CellParsing event of the datagridview can be invoked, and the value was changed to “a1”.
Reactions are currently unavailable
Metadata
Metadata
Labels
🪲 bugProduct bug (most likely)Product bug (most likely)💥 regression-previewRegression from a preview releaseRegression from a preview releasetenet-compatibilityIncompatibility with previous versions or with WinForms for .NET FrameworkIncompatibility with previous versions or with WinForms for .NET Framework