Silverlight 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.
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 RIA Services and DomainDataSource support—RadDataPager can be easily integrated with the
DomainDataSource
control and consume server data through WCF RIA Services. Check out the online demo at https://demos.telerik.com/silverlight/#DomainDataSource/FirstLook.