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.
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.
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 anIPagedCollectionView
and exposes it through itsPagedSource
property. In order to page a collection you have to pass it to theSource
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
- Telerik UI for WPF DataPager Homepage
- Get Started with the Telerik UI for WPF DataPager
- Telerik UI for WPF API Reference
- Getting Started with Telerik UI for WPF Components
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF DataPager Forums
- Telerik UI for WPF Knowledge Base