Refresh Dataview List only

6
I have a dataview with some info on it with a data-view-list, the data-view-list shows my questions. Currently when I click my next page button it just loads the whole form again with new questions in the data-view-list. Is there a way to only refresh the data-view list without reloading the whole page, as it loads everything on the page again ("witch flashes the whole page").
asked
1 answers
1

Normally Mendix refreshes what has 'refresh in client' switched on. If your data-view is bound the the page and 'next page' is retrieved it will be (flashing) refreshed. If you just want to refresh the list, just update that list-entity.

answered