Nuacht

The DataGridView will generate a row for each object in the collection and column for each property on the class. Typical code would look like this: Me.DataGridView1.DataSource = ListOfObjects Of ...
I'm trying to have two related tables appear in one datagridview with the ability to update/insert/delete. Here is a simplified version of what the table ...