removing items from combobox

S

Sam

Hello,

Framework: 2.0
IDE: VBExpress

Problem:
I have a datagrid that contains a combobox type column. The grid is
bound to a datatable. The comboboxes have a value member and a display
member.

If the user select a value in the combobox on the selected row, then
all the list of items in the combobox should be updated in order to NOT
to show this item anymore.

I've managed to do this using a dataview. Unfortunately, as the item is
not in the list anymore, locations where it was selected do not show
the display member anymore, they only show the value member.

How can I do that ? Does anyone know a better way for doing this?

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top