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

Appointment Data Changed ?

4 Answers 158 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 11 Dec 2008, 09:40 AM
Hi, I need to be able to trap when an appointment has changed. Is there an event for this?  For example, I need to be able to update my database when I change the description for a particular appointment.

Thanks.

4 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 12 Dec 2008, 08:45 AM
Hello Derek,

Thank you for your question. you could use the CollectionChanged event of the Appointments collection of RadScheduler.
 

Regards,
Jordan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Derek
Top achievements
Rank 1
answered on 12 Dec 2008, 09:15 AM
Thanks but this event is only triggered if you open the series (on recurring items)  but not when you open that particular item.
0
Derek
Top achievements
Rank 1
answered on 12 Dec 2008, 03:58 PM
Also, is it possible to get the current appointment id?  in that event?

Thanks for your help.
0
Jordan
Telerik team
answered on 12 Dec 2008, 05:26 PM
Hi Derek,

We are aware of this issue and it will be fixed in the next release. You could try using the fact that the Exceptions collection of the appointments is ObservableCollection and listen to changes in the exceptions collection for each event.

Unfortunately due to that issue the data source that is bound to the scheduler will not be updated with the changes to any exceptions.


Kind regards,
Jordan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler and Reminder
Asked by
Derek
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Derek
Top achievements
Rank 1
Share this question
or