Re: T5: GridPager with Grid Question

2007-10-03 Thread Howard Lewis Ship
Basically GridPage.rowsPerPage is dynamically connected to Grid.rowsPerPage. So you just need to be able to control Grid.rowsPerPage. So if Grid.rowsPerPage is bound to a page property, and you change the page property, it works as you'd expect. On 10/3/07, Josh Penza <[EMAIL PROTECTED]> wrote:

T5: GridPager with Grid Question

2007-10-03 Thread Josh Penza
I have made components similar to the GridPager and Grid component. But now I have the following problem. How can I update the _rowsPerPage property in the Pager component? Because initial it is passed through with a Parameter. @Component(parameters="rowsPerPage=rowsPerPage"...) private Pager _