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

ScheduleView AppointmentsSource binding issue

0 Answers 54 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Cheau-Long
Top achievements
Rank 1
Cheau-Long asked on 17 May 2011, 12:44 AM
Hi Telerik,
My ScheduleView binds AppointmentsSouce to a VM like
        public ObservableCollection<Appointment> Appointments
        {
            get
            {
                return _appointments;
            }
            set
            {
                _appointments = value;
            }
        }
When creating an appointment by dragging item from other control like ListView, the binding won't fire in the VM, however when I checked the appointments collection in runtime, it was added correctly. My question is how can I track this event (not in code behind) in VM when an appointment item is added to ScheduleView?

Thanks.
Cheau

No answers yet. Maybe you can help?

Tags
ScheduleView
Asked by
Cheau-Long
Top achievements
Rank 1
Share this question
or