On my Windows Form I have a DataGridView component, which is bound to a BindingSource. The BindingSource is an object datasource to an EntityFramework object.
Some t
Add this code or change your DataGridView Property AutoGenerateColumns to false
AutoGenerateColumns
DataGridView1.AutoGenerateColumns=false;