RadControls for WPF

 
RELATED VIDEOS
In this video we will look at some of the features and functionality of RadDataPager and how you can start using it in your Silverlight or WPF applications today.(Runtime: 03:01)

 

Thank you for choosing Telerik RadDataPager!

Telerik RadDataPager 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, providing Data Virtualization when working with the Telerik RadGridView.

 

RadDataPager key features

  • Binding to IEnumerable - Telerik RadDataPager can bind to any collection that implements the IEnumerable interface, which means that it can page any collection. The RadDataPager 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 RadDataPager.
  • Programmatic Paging - the developer is allowed to implement the paging programmatically, thanks to the API exposed by the RadDataPager.
  • AutoEllipsis and Display modes - to control the user interface of the datapager.
  • WCF RIA Services and DomainDataSource support - Telerik RadDataPager can be easily integrated with the DomainDataSource control and consume server data through the WCF Services.

A complete list with all key features can be found here.

Check out the online demo at http://demos.telerik.com/wpf/#DataPager/FirstLook

See Also