-
Notifications
You must be signed in to change notification settings - Fork 1k
The (none) text does not display for Choose Data Source item in the DataGridView Tasks dialog in DemoConsole application #13231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ricardobossan , please root-cause this issue and report back. |
@Tanya-Solyanik My findings so far:
|
We shouldn't replace a null return value with a string, this is a public API, the customers are expecting and handling a null. How is this supposed to work? how does it work in the Inproc designer or OOP designer? Does this work when demo console is retargeted to NETFX? |
InProc designer will be closer to our demo console, please experiment with it as well. |
.NET version
main branch of Winforms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No
Issue description
The (none) text does not display for Choose Data Source item in the DataGridView Tasks dialog in DemoConsole application

.NET 10:
.NET framework 4.8.1:

.NET Application:

Steps to reproduce
Test the sample app: DemoConsole in Winforms repo
The text was updated successfully, but these errors were encountered: