.NET version
.NET SDK 11.0.100-alpha.1.25608.101
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
For the DataDource, the issue can reproduce on .NET 10.0 & .NET 9.0, not reproduce on .NET 8.0 due to the DataDource property is disabled.
For the DisplayMember, the issue does not reproduce on .NET 10.0/9.0/8.0 due to the DropDown panel cannot be expand.
Issue description
The "Add new Object Data Source" link & description shouldn't display in the DropDown panel for the DataSource & DisplayMember properties in the propertiGird
Core:
Framework:
Steps to reproduce
- Create .NET winforms project a ComboBox & PropertyGrid controls
- Select the combobox1 as object for the propertyGrid1
- Build & run the application
- Expand the DropDown panel for the DataSource & DisplayMember properties
- Observe the results.