.NET MAUI DataPager Integration with DataGrid
You can page the data of the Telerik UI for .NET MAUI DataGrid by using the DataPager control.
Currently, the DataPager does not support the Telerik UI for .NET MAUI DataGrid
LoadOnDemandCollection
.
Example
Here is an example of how to use the DataPager with the DataGrid control.
1. Define the DataPager and the DataGrid in XAML:
2. Add the following namespace:
3. Define the ViewModel
:
4. Define sample data:
For the DataPager Integration with DataGrid example, go to the SDKBrowser Demo Application and navigate to the DataPager > Integration category.