Fields - telerik/kendo-ui-core GitHub Wiki
The Fields section lists the commonly used fields of a widget or a component.
Include Fields immediately after Configuration.
EXAMPLE
## Fields
### dataSource `kendo.data.DataSource`
The [data source](/api/javascript/data/datasource) of the widget.
Configured via the [dataSource](#configuration-dataSource) option.
> Changes of the data source will be reflected in the widget.