fires before the active page in the grid is changed (paging extension)
ind | number | the index of the current page |
count | number | the count of pages |
Available only in PRO Edition
grid.attachEvent("onBeforePageChanged", function(ind,count){
//your code here
});
Back to top