DHTMLX Docs & Samples Explorer

onPageChanged Event

Required library edition: This method requires Professional Edition of the DHTMLX library

This event occurs after the active page in the grid was changed (paging extension). onPageChanged event passes the following parameters:

  • ind - index of the current page;
  • fInd - index of the first row on page;
  • lInd - index of the last row on page.
        grid.attachEvent("onPageChanged", function(ind,fInd,lInd){});