I have to do some kind of operation on the page refresh or reload. that is when I hit next page or Filter or refresh on the grid. I need to show some confirmation box over t
$(function () { if (performance.navigation.type == 1) { yourFunction(); } });
More about PerformanceNavigation object returned by performance.navigation
performance.navigation