Hi,
I set a combobox datasource to a simple data table. The displayMember is set to the description column, and the valueMember to the ID column, and all is well.
But when I add a row to the Table, the combo items are suddenly deleted !
I can see that the table is updated, but there are no items in the combobox. Assigning the dataSource property to the data table again, doesn't help.
Any idea what's happening?
Thanks,