Example of how to add controls in data grid VB.NET
I have been working on some data entry forms that utilize a DataGrid. Using a PostGres Geodatabase that had domains set on several fields, I could not directly bind to the controls on my dialog. So I am going the round-about way of populating my own comboboxes with valid names and displaying within the DataGrid.
Having not done this previously, I found this example: Example of how to add controls in data grid VB.