Re: Ajax event for inplace Grid page change
JumpStart <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <[email protected]> |
This example shows how to get around some of the failings of GridPager with a small amount of effort: http://jumpstart.doublenegative.com.au/jumpstart7/together/ajaxcomponentscrud/persons HTH, Geoff > On 7 Dec 2016, at 9:21 PM, Adam X <[email protected]> wrote: > > Howdy, > > I'm trying to implement status counter underneath a grid, something like: > > Showing 5 - 10 of 100 > > My grid is handled via ajax (inPlace="true"). > > Is there a page change event or something similar that grid's pager > emits so that I can hook up to it? Something like: > > void onPageChangeFromMyGrid(int pageNo) { // ajax > } > > Ultimately I need to update a zone with the counter message and I > can't seem to figure out how to construct a callback method for this. > > Adam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]