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

how to do endless server side paging using MVVM pattern

1 Answer 89 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 12 Apr 2012, 05:11 PM
Hi,

I want to do end less server side paging using MVVM pattern.
We are using domain services for async calls, so we are not able to follow your example.
Please specify procedure or steps to bind data asynchronously with endless paging.

I want to use pager as per given by your team, check below link:-
http://localhost:49866/Default.aspx#DataPager/PagingEndless

Thanks
 

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 13 Apr 2012, 08:23 AM
Hi,

You can implement the IPagedCollectionView interface in any way that you need and embed any logic that you need.

Implementing the IPagedCollectionView interface is beyond the scope of Telerik support since this is a core Silverlight interface, i.e. you can use the stock Silverlight Toolkit Microsoft DataPager and your implementation of IPagedCollectionView to do the endless paging. Once you can do that, you can simply replace the stock DataPager with RadDataPager -- they are absolutely the same. So this question is not really related to Telerik controls.

Thank you.

All the best,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataPager
Asked by
Rahul
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or