Hi all,
When the user clicks button refresh in the grid, I want to reload data and reset the grid to page 1 and rPP = 10 (current now I have rPPOptions: [10, 20, 50]). But when I click button Previous Page or First Page or select Records per Page, it also triggers refresh event.
So how to know which item triggers refresh event?
$("#ClaimsGrid").on("pqgridrefresh", function (event, ui) {
});
I tried to debug and found that $(event.currentTarget) always return the <div> of pqgrid.