New to Telerik UI for WPF? Download free 30-day trial

Paging Essentials

In this video, learn how you can quickly and easily get started using RadDataPager in your Silverlight and WPF applications.(Runtime:02:39)

WPF RadDataPager Getting Started Video Thumbnail(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.

See Also

In this article