As a RadComboBox user you probably are already aware of the fact that it provides two edit modes out of the box – along with the default non-editable mode there is an editable one.
The editable mode allows the user to get the desired item by typing, however it also ignores the SelectionBoxTemplate which gives you the ability to display the selected item differently.
This article will demonstrate how to customize the appearance of the selected item by modifying the EditableTemplate of RadComboBox.
↧