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?
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
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 ?
Please login first to submit.