41
Views
6
Comments
Records are not changing for first two pages in Pagination
Application Type
Traditional Web

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.

2016-04-22 00-29-45
Nuno Reis
 
MVP

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?


UserImage.jpg
vishnu shankar


Refresh logic



UserImage.jpg
vishnu shankar

page 3 data are correct, page 1,2 having same data.

2016-04-22 00-29-45
Nuno Reis
 
MVP

Why a second ResetStartIndex?

And the Aggregate properties?

UserImage.jpg
vishnu shankar

I was using two list in that screen, so only another ResetStartIndex is there,

2024-01-16 23-21-55
Chris Palka

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.