Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Bound Mode

<
>
October 10 – 14, 2016
  • Day
  • Work Week
  • Timeline
  • Agenda
  • Item
    ...
|<<
<<
<
>
>>
>>|
v
 

This demo illustrates how to bind the Scheduler to data.

The ASPxSchedulerStorage component (which provides data for the ASPxScheduler control) is bound to the EntityDataSource control using the markup. Data field mappings are specified in the markup.

Since the CarScheduling data table (which contains appointemnt data) has an auto-incremented identity column, the CommitIdToDataSource property is set to false and the AutoRetrieveId property is set to true.

Appointment editing is not allowed if this demo is run online. An attempt to modify an appointment results in the error message.

See also How to bind an ASPxScheduler to data at design time (step-by-step guide).

Collapse/Expand
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).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxSchedulerDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxSchedulerDemos