Hi Isomorphic,
I have a paginated ListGrid with 50 records pagination and it is coming correctly
But If the totalRows is of size 2096055, it shows only 50 records and does not allow the user to see more records by scrolling down, but with less number of total rows it is working fine
My DSResponse is:
endRow:50,
totalRows:2096055,
isDSResponse:true,
invalidateCache:false,
status:0,
startRow:0
I have a paginated ListGrid with 50 records pagination and it is coming correctly
But If the totalRows is of size 2096055, it shows only 50 records and does not allow the user to see more records by scrolling down, but with less number of total rows it is working fine
My DSResponse is:
endRow:50,
totalRows:2096055,
isDSResponse:true,
invalidateCache:false,
status:0,
startRow:0
Comment