RadComboBox supports automatic sorting, based on the
Sorted property of the control - simply set it to true
to sort in ascending order, or deactivate it to restore the initial ordering of the ItemCollection:
radComboBox1.Sorted = true;
Sorting may be case-sensitive or case-insensitive. Capital letters are displayed
first in the former case.