title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Data Binding |
Data Binding - ListView - Kendo UI for Vue |
Bind the Kendo UI ListView wrapper for Vue to remote data services. |
databinding_listview_wrapper |
2 |
The ListView provides support for binding it to remote data services.
To initialize the ListView by binding it to a remote data service, use the Data Source component. Remote data binding is appropriate for larger datasets, so that items are loaded on demand when displayed. You can use the DataSource for serving data from a variety of data services such as XML, JSON, and JSONP.
{% meta height:600 %} {% embed_file listview/binding/main.vue preview %} {% embed_file listview/binding/main.js %} {% endmeta %}