-
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. |
Investigation on the This resource is only used within the There is no corresponding So, while there is a structure for this in the |
Thank you, @ricardobossan, we can't port data source picker because it depends on other components. Could you please:
|
Related dotnet#13231 ## Root Cause - Missing ## Proposed changes - Move `DataGridViewChooseDataSourceActionList` into a separate file - Add comment about missing structure for choosing data source designer action item. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test environment(s) - 10.0.100-preview.3.25201.16
…13397) Related #13231 ## Root Cause - Missing ## Proposed changes - Move `DataGridViewChooseDataSourceActionList` into a separate file - Add comment about missing structure for choosing data source designer action item. ## Customer Impact - None ## Regression? - No ## Risk - Minimal ## Test environment(s) - 10.0.100-preview.3.25201.16 Co-authored-by: Ricardo Bossan (BEYONDSOFT CONSULTING INC) <[email protected]>
.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: