Hi
I usually use this code as java button in grid to refresh on demand and get latest available information from this grid SQL query
window.location.reload();
history.go(0);
window.location.href=window.location.href;
But recently found out that is not refreshing correctly… I have gif image in the grid header, it does continue… while i want it to really “refresh” the whole page
do you guys have any other idea or button code to use in grid in order to refresh everything correctly!?