Search code examples
javascriptdojodom-events

How to trigger an event on click of pagination in an dojo enhancedgrid?


I want to trigger an event and call a function on click of pagination in the grid. My function should be call in some jsp where this grid is defined. Is it possible?


Solution

  • Do you have a store backing this up? If so, you can check to see when a fetch occurs on your store?