WPF DataPager Overview

Telerik DataPager provides the user with a navigation interface to page through any collection of data. The control provides paged data source to any data-bound controls. RadDataPager is extremely helpful when working with large collections of data.

Telerik UI for WPF Ninja image

The RadDataPager is part of Telerik UI for WPF, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

WPF RadDataPager Overview

Key Features

  • Binding to IEnumerable—RadDataPager can bind to any collection that implements the IEnumerable interface, which means that it can page any collection. The pager wraps the collection internally in an IPagedCollectionView and exposes it through its PagedSource property. In order to page a collection you have to pass it to the Source property of the DataPager.

  • Programmatic Paging—The developer is allowed to implement the paging programmatically, thanks to the API exposed by DataPager.

  • AutoEllipsis and DisplayMode—Controls the user interface of the pager.

  • WCF Data Services and DataServicesDataSource support—RadDataPager can be easily integrated with the DataServicesDataSource control and consume server data through WCF Services.

Telerik UI for WPF Support and Learning Resources

See Also

In this article