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

retrieve data from Edit Recurrence

1 Answer 44 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
abanoub
Top achievements
Rank 1
abanoub asked on 18 Feb 2014, 12:46 PM
Hi,
i want to know how can i retrieve values of edit recurrence form after i press button ok in edit appointment form
 to reflect in radscheduler and save values of recurrence form in sql db

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 20 Feb 2014, 04:50 PM
Hello Abanoub,

Thank you for writing.

The scheduler should automatically reflect the any changes. Also better place to update the database will be the CollectionChanged event of the Appointments collection. Or you can use any other suitable for your case event.

However if you want to you can subscribe to the EditRecurrenceDialog.Closed event and update your database there. I have prepared a small sample where you can see how you can subscribe to this event and how to replace the default form with the custom one. 

Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Telerik
Tags
Scheduler and Reminder
Asked by
abanoub
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or