Skip to content
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

Column types cannot be displayed in the DataGridView's Add Column window #9870

Closed
LeafShi1 opened this issue Sep 8, 2023 · 1 comment · Fixed by #10247
Closed

Column types cannot be displayed in the DataGridView's Add Column window #9870

LeafShi1 opened this issue Sep 8, 2023 · 1 comment · Fixed by #10247

Comments

@LeafShi1
Copy link
Member

LeafShi1 commented Sep 8, 2023

Issue description

The column type cannot be show in the Add Column window of the DataGridView
Related to #4908

Steps to reproduce

  1. Clone current repo
  2. Set "DemoConsole" as startup project and debug the project
  3. Switch tab to "TabControl and TableLayoutPanel"
  4. Try to add an Unbound column to DataGridView

Actual:
The column type is empty
image

Expected:
The column type show up
image

@LeafShi1 LeafShi1 self-assigned this Sep 19, 2023
@ghost ghost added the 🚧 work in progress Work that is current in progress label Nov 8, 2023
@ghost ghost removed the 🚧 work in progress Work that is current in progress label Nov 20, 2023
@Amy-Li03
Copy link
Contributor

Verified this on winforms repo from main branch, all types of columns can be added to DataGridView successfully.
Fixed

@Amy-Li03 Amy-Li03 added this to the 9.0 Preview1 milestone Nov 23, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants