DataSource
configurationThe data source of the widget which contains the scheduler events. Can be a JavaScript object which represents a valid data source configuration, a JavaScript array or an existing kendo.data.SchedulerDataSource instance.
If the dataSource option is set to a JavaScript object or array the widget will initialize a new kendo.data.SchedulerDataSource instance using that value as data source configuration.
If the dataSource option is an existing kendo.data.SchedulerDataSource instance the widget will use that instance and will not initialize a new one.
The Kendo UI Scheduler widget can be bound only to a
kendo.data.SchedulerDataSource. An exception will be thrown if thedataSourceoption is set to akendo.data.DataSourceinstance.
dataSource
Object|Array|kendo.data.SchedulerDataSource