New to Kendo UI for AngularStart a free 30-day trial

Binding to Remote Data

The Gantt is agnostic as to how and when the data gets updated. Binding to remote data uses the same API as local data binding.

To bind the Gantt to remote data:

  1. Fetch the root nodes and set them as data.
  2. Declare a hasChildren function that checks if a node is expandable.
  3. Declare a fetchChildren function that retrieves the child nodes of a particular node from the remote service.

The following example demonstrates how to bind the component to asynchronous data.

Change Theme
Theme
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support