Visual Basic programmers will see how to set up binding to a list of lookup values using a combobox as well as how to use a combobox in a grid.
By: Beth Massi
ok here is question:
what will be the best way to add new product and/or customers using same form.
background: I have a datagridview with combobox column (dropdownStyle.dropdown). what required is if the typed value does not exist in the combobox list then a new user control should appear asking the new item details.