Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Telerik Admin
Created on: 23 Feb 2012 17:32
Category: ListBox
Type: Feature Request
84
Add SelectedItemsSource in order to manipulate SelectedItems in the MVVM scenarios.
Add SelectedItemsSource property which can be bound to a collection in the view model. In this case when the RadListBox is in Multiple/Extender mode, the selection can be manipulate from the ViewModel.
4 comments
ADMIN
Geri
Posted on: 06 Mar 2015 15:28
Available in the 2015 Q1.
Brannon
Posted on: 12 Mar 2013 14:51
Fix it for WPF as well.
Imported User
Posted on: 17 Sep 2012 08:16
Please also add support for using SelectedItem (the single selected item property) from code-behind in a MVVM scenario in order to change the currently selected item on the UI.
Insad
Posted on: 10 May 2012 06:02
Changing the type of the SelectedItems to ObservableCollection<object> like the radgrid.