AutocompleteBox: When the bound SelectedItems collection is modified, SelectionChanged is not raised
RadAutoCompleteBox respects the changes in the SelectedItems collection, but it does not raise the appropriate slection changed event.
Workaround: Use an observable collection and subscribe to its CollectionChanged event.