Data Binding
The Scheduler provides support for binding it to local data arrays and to remote data services.
Binding to Local Data Arrays
The following example demonstrates how to create a Scheduler and bind it to a local data source.
Binding to Remote Data Services
You can bind the Scheduler to a remote dataset by either:
Using the SchedulerDataSource Component
The following example demonstrates how to bind the Scheduler to a remote SchedulerDataSource component.
Using the data Method
The following example demonstrates how to bind the Scheduler to remote data by using the data
method.