Hello,
I'm looking for an equivalent to:
rb.newui.util.addEventListener(rb.newui.util.customEvents.rbs_pageRender, onPageRender);
that will fire for each Next, Previous, Page number change on a View page.
Thanks
--
Charles.
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