DevExtreme React - JSON Data

To bind the Scheduler to data in the JSON format, assign the data's URL to the dataSource option.

Note that you can also use a JSONP callback parameter supported by jQuery.ajax().

If you need to process data after obtaining it, implement the CustomStore. For details, see the Custom Sources topic.

See Also