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

Event Handler for Delete appointment?

1 Answer 95 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Nitin Vikraman
Top achievements
Rank 1
Nitin Vikraman asked on 17 Jun 2010, 09:42 AM

Hi,

         is there any event available for delete appointment.? I want to handle event for appointment delete. If there is no event available then is there any work around for it? I tried the event key down and checking the key code with delete. but even when i code as follows " e.SuppressKeyPress = false;" the selected appointment gets deleted from the UI. Or is there any way to disable the deleting of appointment?

Regards

Nitin

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 17 Jun 2010, 03:49 PM
Hello Nitin Vikraman,

If you want to listen for deleting some event you should subscribe for the CollecionChanged event of the Appointments collection in the scheduler. In order to forbid appointment deletion you should create the appointment with AllowDelete property set to false.

Best wishes,
Dobry Zranchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler and Reminder
Asked by
Nitin Vikraman
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or