
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()?
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