FIX. RadDropDownList - the text is not cleared when all items are removed from the datasource.
To reproduce:
- Bind RadDropDownList to a List of strings.
- Clear the list at runtime. You will notice that the text is not removed.
Workaround:
Clear the text manually.