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

ScheduleView - Drag and Drop Example - Interview Manager Source

1 Answer 36 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 14 Aug 2013, 11:37 AM
Hi,

i try to use your schedule view drag and drop example. I don't want to use the "Appointments.xaml" file for my source. I have a
connection to a database and now I want to add the InterViewManager (as you can see in your RadListBox). But how do I
add these Items?

Thanks
Best Regards
WW

1 Answer, 1 is accepted

Sort by
0
Ventzi
Telerik team
answered on 19 Aug 2013, 08:02 AM
Hi ITA,

 The source of the RadListBox is an ObservableCollection<Appointments> which could be filled just by adding new appointments. The AppointmentsSource of the ScheduleView control is the same type collection. When you get all appointments from the database you just need to add them to the source collection of the RadListBox.

Hope this helps.

Regards,
Ventzi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
ITA
Top achievements
Rank 1
Answers by
Ventzi
Telerik team
Share this question
or