Re: T5: change a grid's rowsPerPage property dynamically?

2007-06-20 Thread Martin Grotzke
On Tue, 2007-06-19 at 10:45 +0200, Martin Dietze wrote: Hi, I am using a Grid component for displaying a larger set of data. On my page I have form which I use to allow the user to set the perferred page size. When the user selects a new setting the form submits and changes the page

Re: T5: change a grid's rowsPerPage property dynamically?

2007-06-20 Thread Martin Dietze
On Wed, June 20, 2007, Martin Grotzke wrote: Would it be possible to have the grid component in your page class so that you can update the rowsPerPage property directly? I tried this, too, but calling the setRowsPerPage() method from within my page class had no effect either. Cheers, Martin

Re: T5: change a grid's rowsPerPage property dynamically?

2007-06-20 Thread Martin Dietze
On Wed, June 20, 2007, Martin Dietze wrote: I tried this, too, but calling the setRowsPerPage() method from within my page class had no effect either. Folowing up my own posting - the problem is still unsolved, has anyone found a solution to this? Cheers, Martin -- --- /

T5: change a grid's rowsPerPage property dynamically?

2007-06-19 Thread Martin Dietze
Hi, I am using a Grid component for displaying a larger set of data. On my page I have form which I use to allow the user to set the perferred page size. When the user selects a new setting the form submits and changes the page class'es _rowsPerPage property which is used by the grid in the