Hi.
I see this is an old subject, but I am having the same problem now.
When I bind the RadComboBox to an observablecollection, I can only select once. When I try to select another item, nothing happens. The ClearSelectionButton works, and after clearing I can select another item.
If I bind SelectedItem, it shows the right selecteditem, but I can not select another item. Here, the ClearSelectionButton is working, and I can after clicking it select a new item.
I have both tried with DisplayMemberPath and an ItemTemplate, both have the same behaviour.
If I add some RadComboBoxItems manually, instead of binding to a DataSource, everything works like a charm.
I'm using the latest binaries (downloaded today).
Do you have any suggestions on what is causing the problem? Anything I need to be aware of in the ModelView? I see in your last post that you refer to an attached example, but it seems like the attachment is gone.