Hi all,
I am facing an issue related to data being refreshed in read-only grid.
The issue is in my read-only grid, I have navigated to a different page say 21-30. But after certain interval i.e., 30 sec my grid page navigates back to 1-10 automatically. I have a configuration of refresh Interval of 30 sec in the read-only grid. Does the grid refresh configuration update only the grid data or it also impacts the current fv!pagingInfo of the grid?
Reason to add refreshInterval was to update the grid data for user as soon as a new work item is created.
BTW the data field is a recordtype which allows me to use certain other features of grid.
Discussion posts and replies are publicly visible
Pagination can be created to handle such scenarios .Normally we do to navigate to and back in editable ones.Better To create Ones in case of issues to have more Control over the batchsize ,movements and refreshes.Just make refreshAfter: "RECORD_ACTION", refreshAlways: true()if you are playing with Records It will Help more on that.