Why to use the Storage method when add a field to customize appointment.
Thanks,
Xu
3 Answers, 1 is accepted
0
Yana
Telerik team
answered on 23 Oct 2012, 08:30 AM
Hello Xu,
The Storage is used to preserve temporarily the modified values of the appointment properties. In this way when the user confirms the EditAppointmentDialog, these values are copied to the appointment properties. In case the user cancels the editing, no change in the appointment is needed.
So this Storage method is required for customized properties, right?
Thanks
0
Yana
Telerik team
answered on 25 Oct 2012, 07:19 AM
Hi Kun,
Actually this is valid for all the appointment properties, not only the custom ones. The recommended approach is to use the Storage when creating custom properties.