DataSource
configurationThe data source of the widget which is used to render table rows. Can be a JavaScript object which represents a valid kendo.data.TreeListDataSource configuration, a JavaScript array, or an existing kendo.data.TreeListDataSource instance.
- If the
dataSourceoption is set to a JavaScript object or an array, the widget will initialize a newkendo.data.DataSourceinstance and will use that value as the DataSource configuration. - If the
dataSourceoption is an existingkendo.data.TreeListDataSourceinstance, the widget will use that instance and will not initialize a new one.
dataSource
Object|Array|kendo.data.TreeListDataSource