Databinding a combobox column to a datagridview per row (not the entire column)
问题 There are a few posts about this, but after hours of searching I still can't find what I need. The answer in the following post almost gets me what I want: Combobox for Foreign Key in DataGridView Question 1: Going off that example where a Product has many Licenses, my database mappings are all many-to-one relationships which means my License class holds a reference to the Product class. The License class does not have a property for the ProductId since that can be retrieved via the Product