I having a pagination for a list in traditional application, when i changing page from 1 to 2, the records was not updating showing same records, from the third page it was working normally which means records are updating in each pages, please say the solution for this.
Hello Vishnu.
We need to see your refresh logic.
A question: The values on page 3 are correct, or are they the ones supposed to be at page 2?
Refresh logic
page 3 data are correct, page 1,2 having same data.
Why a second ResetStartIndex?
And the Aggregate properties?
I was using two list in that screen, so only another ResetStartIndex is there,
Not sure if you still need this info, but I ran into the same issue today and it's due to the sorting. My issue was I was sorting by a column that hadn't been populated yet, so it was null. After sorting by a column with data, the pagination worked correctly.