SchedulerBuilder.DataSource Method
Name | Parameters | Description |
---|---|---|
Data |
js |
Binds the UI component to data. Mirrors the client-side data |
Data |
data, key |
Binds a Scheduler control to a collection: Array , List , or IEnumerable .
|
Data |
configurator | Binds a Scheduler control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
static |
Binds a Scheduler control to read-only data in JSON format. |