The DevExpress MVC Scheduler provides a client-side API that can be used to obtain information on the currently selected appointment.
The AppointmentsSelectionChanged property specifies a function that will handle the appointment selection. Within that function the client-side GetAppointmentProperties method is used to obtain appointment property values.
Note: The Scheduler is in read-only mode. You cannot modify appointments, delete them or create new appointments.
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 |