This is a migrated thread and some comments may be shown as answers.

RadListBox Two Way Binding

2 Answers 123 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Erhan
Top achievements
Rank 1
Erhan asked on 02 Feb 2015, 09:23 PM
Hello All,
         I have two radlistbox in my application. I can drag and drop all item without any problems.I have the same model class bind to itemsources of listboxes . But ı cant see effect as two way . For Example I want to drag and drop object a list to another . I want to see this difference in code behind. How can ı do this.A collection object to another collection object.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 05 Feb 2015, 01:04 PM
Hello Erhan,

Could you please provide us some more detailed information about your scenario and the desired functionality - what is the type of the collection the ListBox controls are bound to? We recommend the ItemsSource to be bound to an ObservableCollection - it implements the INotifyCollectionChanged interface. Thus notifications are provided when items are added or removed from the collection and you will be able to observe it.

We're looking forward to hearing from you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Erhan
Top achievements
Rank 1
answered on 08 Feb 2015, 03:13 PM
Thanks Nasko ı got help from your demos .
Tags
ListBox
Asked by
Erhan
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Erhan
Top achievements
Rank 1
Share this question
or