Is there an event about page change on paging grid??

I would like to know wether exist or not an event that inform you when the user is going to the next page in a paging grid.

Thanks anyway

I really want to show a warning when the user change page.

Hi,
you may use onBeforePageChanged event.

Look at the tutorial here
docs.dhtmlx.com/doku.php?id=dhtm … agechanged

Thanks sematik, but I would like to know when the user click on next page. Is there a way of control this event ??.

Thanks anyway.

Hello,

so just add needed code inside the function.

Also there are two more events that control the paging.

  1. http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:event_onpagechanged
  2. http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:event_onpaging

You can use any of them in your needs.