I am using dataset.paging.loadnextpage() to load next page in my custom grid(for subgrid).It is triggering a new update view cycle as expected but dataset.records is empty in new updateview cycle. Am i missing any?(please note during first update view cycle before calling loadnextpage, dataset.records has values)
Do we need to call dataset.refersh() along with loadnextPage()?
Solved! Go to Solution.
Hi @Goutham ,
You don't need to call dataset.refresh() after calling loadNextPage. I've seen issues when the page size is changed (using dataset.paging.setPageSize). Could it be your case too?
You can have a look to the network protocol, and see which fetch requests is used. Maybe this helps further.
Kind regards,
Diana
Hi @Goutham ,
You don't need to call dataset.refresh() after calling loadNextPage. I've seen issues when the page size is changed (using dataset.paging.setPageSize). Could it be your case too?
You can have a look to the network protocol, and see which fetch requests is used. Maybe this helps further.
Kind regards,
Diana
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.