I have a combobox with properly added values. If the combobox shows its list of valid values everything looks ok; I can see the value followed by the description.
However, if I select a value and the dropdownlist closes, only the value is shown, not the description.
How do I solve this to let the box show the description?
Add a comment