UI for .NET MAUI
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 making it easier to organize and is particularly useful when working with large datasets.
You can bind the DataPager to any collection that implements the IEnumerable interface, making it suitable for paging any collection.
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.
You can specify where the three dots appear in the DataPager.
You can use different properties to configure the page, like setting the page size, current page index and more.
You can specify the minimum and maximum number of the numeric (page number) buttons in the DataPager control.
See the .NET MAUI DataPager documentation: Define the Number of the Page Buttons
You can specify the space between the items in the DataPager.
Translate the phrases used across the DataPager control to other languages so that you can adapt your app to different regions.
The Telerik UI for .NET MAUI DataPager exposes a number of commands that will be executed when users click the navigation buttons.
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.
See the .NET MAUI DataPager documentation: Flexible Styling API