Skip to content

DevExpress-Examples/asp-net-mvc-scheduler-appointment-edit-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler for ASP.NET MVC - A simple implementation of an appointment edit form

This example illustrates a simple implementation of a custom appointment edit form. You can find the form view in the following file: CustomAppointmentFormPartial.cshtml.

Implementation Details

The following list covers important aspects of example implementation:

  1. The example implements the SchedulerHelper class that initializes Scheduler settings for its view.
  2. Pass the Scheduler settings to the corresponding overloads of SchedulerExtension.GetAppointmentsToInsert, SchedulerExtension.GetAppointmentsToUpdate, and SchedulerExtension.GetAppointmentsToRemove methods.
  3. The Scheduler extension should be defined in a separate Partial View (SchedulerPartial.cshtml).

Files to Review

Documentation

More Examples

Online Demo