dotnet/winforms
Auf GitHub ansehenThe ""cell error" icon can't be seen after selected the "CheckBox" cell of the DataGridView control
Open
#1.929 geöffnet am 18. Sept. 2019
:beetle: bugarea-controls-DataGridViewhelp wanted
Repository-Metriken
- Stars
- (4.100 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 22h) (56 gemergte PRs in 30 T)
Beschreibung
.NET Core Version: .NET Core 3.0.100-rc2-014265 from Release branch Have you experienced this same bug with .NET Framework?: Yes
Steps to reproduce:
- Open the attached application, build and run it. DGVTest.zip
- Select the "CheckBox" cell by using the Keyboard or mouse.
Actual Results:
The "Cell Error" icon can't be seen after selected the "CheckBox" cell.

Expected Results: The "Cell Error" icon should be seen as well as others cells, such as button cell, etc.