Thanks!
I have a new question now, still related to the datagridview.
I have my datagridview bound to a datasource. The datagridview has some of the columns set up to be drop down comboboxes that are bound to another category table. In the interface for the program, the user is allowed to add / change / delete categories from the category table. The problem is, when you go back to the datagrid and open the combobox, the new value(s) aren't showing up.
How do I refresh the data contained in a datagridview combobox dropdown to reflect the new, updated data in the categories table?
(Note: the comboboxes are of the auto-populated style, databound.)
Thanks
I have a new question now, still related to the datagridview.
I have my datagridview bound to a datasource. The datagridview has some of the columns set up to be drop down comboboxes that are bound to another category table. In the interface for the program, the user is allowed to add / change / delete categories from the category table. The problem is, when you go back to the datagrid and open the combobox, the new value(s) aren't showing up.
How do I refresh the data contained in a datagridview combobox dropdown to reflect the new, updated data in the categories table?
(Note: the comboboxes are of the auto-populated style, databound.)
Thanks
Last edited by a moderator: