Hello,
As SelectedItems does not have a public setter, which is a common convention for collection-type properties, you cannot just bind it with a two-way binding. Here is a blog article that illustrates a MVVM-friendly behavior to synchronize your selected items with the ViewModel.
Regards,
Ivan Ivanov
the Telerik team