-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview releaseneeds-area-label
Description
.NET version
.NET 10.0.100-preview.4.25169.14
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, this is a regression issue because it works well on .NET 8.0, 9.0 and previous version of .NET 10 (dotnet-sdk-10.0.100-preview.2.25118.3)
Issue description
Current Behavior
When click ... on the Columns collection, collection editor is not showing
Expected Behavior (dotnet-sdk-10.0.100-preview.2.25118.3)
When click ... on the Columns collection, collection editor will open
Steps to reproduce
- Create a WinForms Project
- Add a DataGridView and PropertyGrid
- Set ProperyGrid Selected Object to DataGridView
- Run the application
- Navigate to "Columns" in runtime PropertyGrid and click ... to try to open the Collection Editor.
Or you can Run this project WinFormsApp453.zip and test the issue
More Info
- .NET Framework runtime also have the same issue
Metadata
Metadata
Assignees
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview releaseneeds-area-label