appendOnRefresh: Boolean(default: false)
Used in combination with pullToRefresh. If set to true, newly loaded data will be appended on top of old data when refershing.
dataSource: kendo.data.DataSource|Object
Instance of DataSource or the data that the mobile ListView will be bound to.
headerTemplate: String(default: ${value})
The header item template (applies for grouped mode).
pullTemplate: String(default: "Pull to refresh")
The message template displayed when the user pulls the listView. Applicable only when pullToRefresh is set to true.
pullToRefresh: Boolean(default: false)
If set to true, the listview will reload its data when the user pulls the view over the top limit.
refreshTemplate: String(default: "Refreshing")
The message template displayed during the refresh. Applicable only when pullToRefresh is set to true.
releaseTemplate: String(default: "Release to refresh")
The message template indicating that pullToRefresh will occur. Applicable only when pullToRefresh is set to true.
style: String
The style of the control. Can be either empty string(""), or inset.
template: String(default: ${data})
The item template.
type: String
The type of the control. Can be either flat (default) or group. Determined automatically in databound mode.