Datagridview and ComboBox
Hi
I have a datagridview with a column set as a combobox (Product), which is attached to a datasource.
The user should only be allowed to select a product from the combobox once, so ideally I would like the combobox to remove already selected products in previous rows. Is this possible?
i.e. for row 1 the combobox has items "001", "002" and "003".
Then user selects "001" for row 1.
When the user then selects row 2, the combobox should only have items "002" and "003".
I've spend days looking for an similar example on online.... but haven't found nothing.. is it not possible?
Thanks in advance!
Hi
I have a datagridview with a column set as a combobox (Product), which is attached to a datasource.
The user should only be allowed to select a product from the combobox once, so ideally I would like the combobox to remove already selected products in previous rows. Is this possible?
i.e. for row 1 the combobox has items "001", "002" and "003".
Then user selects "001" for row 1.
When the user then selects row 2, the combobox should only have items "002" and "003".
I've spend days looking for an similar example on online.... but haven't found nothing.. is it not possible?
Thanks in advance!