The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SASaravanan Ayyanar Syncfusion Team January 14, 2020 01:07 PM UTC
Hi Silvio,
Thank you for using Syncfusion controls.
We have checked your reported scenario. You can achieve your requirement by getting the PagedCollectionView.InternalList. Using this internal list you can calculate the PageIndex using SfDataPager.PageSize property. It working same as for while sorting the SfDataGrid. Please refer the below code snippet.