Hi Tony,
I’m using the 3.2b3 version. I’ve pasted the following code into my jqGrid block:
onPaging : function() {
alert(“I’m executed before the request”);
}
Now when I click on the various Pager buttons, nothing happens.
Firebug says:
this.attr is not a function
if (typeof ts.p.onPaging ==’function’) ts.p.onPaging( this.attr(‘id’) );
If I switch everything back to version 3.1, the same code works fine.
Cheers
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top