This example illustrates how to implement a custom Appointment Form and display it instead of the default one.
To include a custom Appointment Form to the SchedulerPartial view, the MVCxSchedulerOptionsForms.SetAppointmentFormTemplateContent Method should be handled.
To add custom fields to the Appointment Form, implement a custom AppointmentFormTemplateContainer and substitute the default container with your custom one by handling the ASPxScheduler.AppointmentFormShowing Event.
See Also:
E2924: How to construct an appointment editing form with custom fields
E3984: Scheduler - Lesson 2 - Insert-Update-Delete appointment feature