Skip to content

zabelin-vladimir/simplest-implementation-of-a-client-side-appointment-editing-form-e3786

This branch is 1 commit ahead of, 6 commits behind DevExpress-Examples/out-of-maintenance-simplest-implementation-of-a-client-side-appointment-editing-form-e3786:15.2.4+.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

DevExpressExampleBotDevExpressExampleBot
DevExpressExampleBot
and
DevExpressExampleBot
Apr 24, 2018
a2b3197 · Apr 24, 2018

History

2 Commits
Apr 24, 2018
Apr 24, 2018
Apr 23, 2018
Apr 23, 2018
Apr 23, 2018
Apr 23, 2018
Apr 23, 2018

Repository files navigation

Simplest implementation of a client-side appointment editing form

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


About

.NET, ASP.NET Web Forms, ASPxScheduler Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 75.5%
  • C# 24.5%