I have a DataGridView which is filled with a TableAdapter like so:
this.TableAdapter.Fill(this.DataSet.Datatable);
Which is the autogenerate