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

[Solved] How to use custom AJAX call for Server side paging.

1 Answer 124 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Pavankumar
Top achievements
Rank 1
Pavankumar asked on 26 Nov 2014, 05:59 PM
Hi,

Our requirement is to use Service Side Endless Scroll functionality using mobile list view. This will work fine using DataSource and setting the Url parameter.

However, we cannot use this approach in our application. This is because we can't directly call any Urls from our mobile app. We are using WorkLight adapters to make calls to the server. These calls will be using pure JavaScript methods. We can get "Deferred" objects from worklight adapters. Is there any way that we can use these deferred objects to populate the datasource?

Thanks in advance,
Pavan.

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 28 Nov 2014, 09:32 AM
Hello Pavankumar,

You can use endless scrolling with local data virtualization as well. Here is a demo that shows this functionality:

http://demos.telerik.com/kendo-ui/mobile-listview/local-virtualization

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Data Source
Asked by
Pavankumar
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or