Open
Description
Type of issue
Other (describe below)
Description
I was looking for a good way to exclude a DataColumn
when the DataGridView
is autogenerating its DataGridViewColumn
s. 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
Content source URL
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