DropDownStyle
The RadDropDownList.DropDownStyle property determines if the text area at the top of the control can be edited. A setting of DropDown (the default) allows editing and the DropDownList setting shows the text area as read-only.
Figure 1: DropDown
Figure 2: DropDownList
Setting DropDownStyle
When RadDropDownList is set to RadDropDownStyle.DropDownList one can control if an image will be displayed in the editor:
Image in Editor
User Defined Values
This section describes how user defined values can be added to the data source populating the items in RadDropDownList. For the purpose we are going to bind the control to a BindingList instance and add the newly created item if the Enter key has been pressed.
Figure 3: Adding User Defined Values
Initial Set Up
Now we need to handle the event, perform the required checks and update our data source.