This example demonstrates how to bind a scheduler control to data with custom fields and provide end-users with the capability to edit these fields in a custom Edit Appointment form.
You can replicate the same project by performing steps from the following tutorial: DXScheduler - Lesson 3 - Create a Custom Edit Appointment Form with Custom Fields
This example requires the availability of a local SQL Server 2008 R2 Express instance (“.\SQLEXPRESS”). If you have another version of SQL Server installed on your computer, set data source in the connection string (the Web.config file) to the corresponding SQL Server instance name.
All Getting Started Examples: Lesson 1 - Lesson 2 - Lesson 3 - Lesson 4 - Lesson 5