autoBindBoolean(default: true)

Indicates whether the chart will call read on the data source initially.

Example

js
$("#sparkline").kendoSparkline({
    dataSource: chartDataSource,
    autoBind: false
});

// ...
chartDataSource.read();
In this article
autoBind
Not finding the help you need?
Contact Support