Example of undefined in React Scheduler Component

/
/
LocalData

This demo shows the way of binding an array of JavaScript objects (local JSON datasource) to Scheduler.

More Details...

Loading....
Description

Scheduler can be bound either to local or remote data services which will load the data by default on demand to reduce the data transfer and load time. In this sample, the dataSource property available within the eventSettings needs to be assigned with the valid local JSON data.

The eventRendered event is used to customize the events. In this sample, background color of the event is changed based on the custom field 'CategoryColor'