This is a migrated thread and some comments may be shown as answers.

Showing Progress on Data Load

0 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anton Swanevelder
Top achievements
Rank 2
Anton Swanevelder asked on 26 Nov 2012, 08:56 AM
Hi,

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
        });

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Anton Swanevelder
Top achievements
Rank 2
Share this question
or