My DataGridView needs to support a number of types and these types may have any number of public properties, not all of which I want to display.
Can anyone suggest a way to dynamically customise a DataGridView's columns when binding a class a datasource? Is there an attribute that will tell a control whether to use a property as a column for example?
Advice appreciated.