FIX. RadDropDownList - the selected item cannot be set at design time.
1. Add RadDropDowlList in form.
2. Open the items collection and add some items.
3. After that set the Selected property of one item to true and click OK.
4. You will see that the change is not saved.
Workaround:
Set the selected item at run time.