.NET MAUI DataPager Overview

The Telerik UI for .NET MAUI DataPager provides users with a navigation interface for paging through any data collection. It supplies a paged data source to data-bound controls and is particularly useful when working with large datasets.

Telerik Maui Ninja image

The DataPager is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

Telerik UI for .NET MAUI DataPager overview

Key Features

  • Data Binding—You can bind the DataPager to any collection that implements the IEnumerable interface, making it suitable for paging any collection.
  • Display modes—You can use different modes to define which of the visual elements in the DataPager will be visible, for example, the first/last/next page buttons and more.
  • Ellipsis modes—You can specify where the three dots appear in the DataPager.
  • Page size—You can use different properties to configure the page, like setting the page size, current page index, and more.
  • Define the number of the page buttons—You can specify the minimum and maximum number of the numeric (page number) buttons in the DataPager control.
  • Item spacing—You can specify the space between the items in the DataPager.
  • Localization—Translate the phrases used across the DataPager control to other languages so that you can adapt your app to different regions.
  • Commands—The Telerik UI for .NET MAUI DataPager exposes a number of commands that will be executed when the users click the navigation buttons.
  • Flexible Styling API—Thanks to the control's flexible API, you can directly configure how various elements of the Telerik UI for .NET MAUI DataPager are displayed in your application, change the look of the buttons, navigation area, and more.

Next Steps

See Also

In this article