Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

Scheduler - How to implement a custom Edit Appointment Form with custom fields

$
0
0

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


Viewing all articles
Browse latest Browse all 7205

Trending Articles