New to Kendo UI for jQuery? Start a free 30-day trial

Data Binding

The TaskBoard provides options for binding it to local arrays and remote data.

Binding to Local Data

The following example demonstrates how to bind a TaskBoard to a local data array.

Binding to Remote Data

You can also bind the TaskBoard to remote data. Remote data binding enables the retrieval of data from the server. For more information, refer to the article on using the Kendo UI DataSource.

The following example demonstrates how to enable remote binding for the TaskBoard by setting the DataSource transport configuration.

See Also