I have a DataGridView with a DataSource. The DataGridView auto-generates columns for each property. I want to change this, so that it gets the data for the columns in a different way.
How can I determine how the DataGridView gets the columns and values from the items in the datasource?
With the DataGridView.VirtualMode property, you can supply your own datastore: