Although there is no property you can set to make the RadComboBox read-only you could set Enabled to false and then modify the CSS of RadComboBox so that the selected item is more visible. To see examples of how to do this you can read through this forum thread. If you're fine with the behavior of the ComboBox when it is disabled, just not happy with the style of it, then that thread should help you out quite a bit.