winforms icon indicating copy to clipboard operation
winforms copied to clipboard

The "Add new Object Data Source" link & description shouldn't display in the DropDown panel for the DataSource & DisplayMember properties in the propertiGird

Open Zheng-Li01 opened this issue 1 month ago • 0 comments

.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:

Image

Framework:

Image

Steps to reproduce

  1. Create .NET winforms project a ComboBox & PropertyGrid controls
  2. Select the combobox1 as object for the propertyGrid1
  3. Build & run the application
  4. Expand the DropDown panel for the DataSource & DisplayMember properties
  5. Observe the results.

Zheng-Li01 avatar Dec 11 '25 02:12 Zheng-Li01