This example illustrates the simplest possible implementation for the client-side appointment editing form. This form allows modifying only four attributes of an appointment:
- Subject, Start, and End regular attributes
- Price custom field
Other features are skipped/disabled for the sake of clarity. Note that it is necessary to leave the ASPxAppointmentMappingInfo.RecurrenceInfo and ASPxAppointmentMappingInfo.Type mappings empty to completely disable the Recurrence feature. In this case, all pattern appointments and exceptions will be displayed as simple (non-recurring) appointments, and recurrence information contained in patterns will be ignored. The New Recurring Appointment and New Recurring Event items will be removed from the context menu.
Prior to running this example, it is required to register a CarsXtraScheduling database on your local SQL Server instance. You can download the corresponding SQL scripts from the How to bind ASPxScheduler to MS SQL Server database example.
See Also:
How to implement a client-side appointment editing form with custom fields