This demo illustrates appointment editing options available to you when using the DevExpress MVC Scheduler.
Double click an appointment to invoke a simple editor that allows editing appointment subject in inline mode. Right-click an appointment and select Open to invoke the standard appointment editing form. To create a new appointment, select time cells, right-click and select an appropriate menu item to display the appointment editing form.
Insert, update and delete operations for appointment are implemented in the SchedulerDataHelper class of the demo application. The implementation is dependent on the data model chosen and reflects its specifics.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxSchedulerDemos |