We use GridDataSource for paging large sets too. 

getAvailableRows is the total number of entries

prepare tells you the slice to be rendered depending on grids "rows per page" 
setting. Simply  load the whole slice in prepare

and return the single row entity by getRowValue  

Jens



Sent from my iPhone

On 13.12.2012, at 19:12, bogdan_cm <bogdan.iva...@rbccm.com> wrote:

> I will have a closer look at the Grid component. Thanks very much for the
> reply. 
> 
> Bogdan. 
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Component-that-displays-additional-containing-Page-markup-tp5718622p5718688.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to