[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there an event listener that I can hook to for View page pagination?

  • Thread starter Thread starter crao
  • Start date Start date
Status
Not open for further replies.
C

crao

Guest
Hi, There are no custom events defined for Next and Previous page changes. If you are referring to view page's grid options, event listeners can be attached to the page changes through jQuery. The grid is a kendo component and 'page' event can be attached as shown in the below link. The page event will be fired for next, previous and page number change. docs.telerik.com/.../page Regards, Chandra

Continue reading...
 
Status
Not open for further replies.
Back
Top