Hi,
Is there a built in progress indicator when I apply dataSource on the ListView from a remote data source?
Is there a built in progress indicator when I apply dataSource on the ListView from a remote data source?
//Initialize the result ListView with the selected template part $("#searchResults").kendoMobileListView({ dataSource: this.getSearchData(), template: templatePart, endlessScroll: true, scrollTreshold: 30 //treshold in pixels });