Paging Essentials
RELATED VIDEOS
In this video, learn how you can quickly and easily get started using RadDataPager in your Silverlight and WPF applications.(Runtime:02:39)
(http://tv.telerik.com/watch/silverlight/getting-started-with-raddatapager)
Those of you who are on the WPF front don't need to worry though. As you might already know, Telerik’s Silverlight and WPF controls share the same code-base. Since WPF does not contain a similar interface, Telerik has provided its own Telerik.Windows.Data.IPagedCollectionView.
The WPF default implementation of the interface is Telerik’s QueryableCollectionView which, among many other interfaces, implements IPagedCollectionView.