Hello,
I think there is no need to fix it, since the updatepager is a basic function. Maybe you can do something like this:
function myGridComplete () {
// here your code for grid complete
}
$(“#mygird”).setGridParam({gridComplete:null}).clearGridData(true).setGridParam({gridComplete:myGridComplete});
But I'm not sure where you call this.
Regards
Tony