I have an unbound combobox – when i go to the Value Item property in the designer I cant add any values.
How do you add them for unbound controls?
For example an ID 0,1,2,3 in the Value Member while the list just contains descriptions. I guess I can manually load a datatable and bind it to the combo ?
Hi Edmond,
not sure I understand your question. Are you referring to the ValueMember property ?
What would you want to assign it to, when the ComboBox is not bound ?
If you just want to edit the Items in the Combobox, they are available via the Items property.
Hope that helps.
Best regards
Frank
Please login first to submit.