Skip to content

DataGridView docs should mention MappingType.Hidden #1516

Open
@TymurGubayev

Description

@TymurGubayev

Type of issue

Other (describe below)

Description

I was looking for a good way to exclude a DataColumn when the DataGridView is autogenerating its DataGridViewColumns. I somehow stumbled upon a way to do it: just setting the DataColumn.ColumnMapping = MappingType.Hidden does exactly what I wanted.

I think this should be mentioned at least on the How to: Remove Autogenerated Columns from a Windows Forms DataGridView Control, better yet also in the How to: Autogenerate Columns in a Data-Bound Windows Forms DataGridView Control, and even better throughout the DataGridView docs.

Page URL

https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control

Content source URL

https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/winforms/controls/remove-autogenerated-columns-from-a-wf-datagridview-control.md

Document Version Independent Id

7e8ead7b-e2e1-a920-07d0-af8458fd9456

Article author

adegeo

Metadata

  • ID: 7e8ead7b-e2e1-a920-07d0-af8458fd9456
  • Service: dotnet-framework
  • Sub-service: winforms

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions