Good Morning,
the question is simple, i have to periodically refresh a grid so i'm calling invalidatecache() and then fetchdata with criteria.
When the code is executed the framework makes two fetches one with and one without criteria. The code is the following:
I cannot refresh the grid if i don't use invalidatecache but it's triggering a fetch without criteria. Can anyone help me about this?
Thanks in advance.
A
the question is simple, i have to periodically refresh a grid so i'm calling invalidatecache() and then fetchdata with criteria.
When the code is executed the framework makes two fetches one with and one without criteria. The code is the following:
Code:
ListGrid.setCriteria(AdvancedCriteria) ListGrid.invalidatecache() ListGrid.fetchData(Advancedcriteria)
Thanks in advance.
A
Comment