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
You could manage the refresh and paging yourself and disable the automatic refresh as the user navigates to a page > 1.