Hello Implement a custom GridDataSource is a good way to provide grid pagination and improve performance.
Christophe. 2009/10/8 Gunnar Eketrapp <gunnar.eketr...@gmail.com> > Hi! > > Is there any recommendations for how to handle large/slow result sets that > are displayed in a grid. > > I added @Persist to my data + conditional loading in onAction() which made > grid-page jumping > and grid sorting fast as hell. > > But i rather not leave that huge result set in the session forever. > > So either a time-to-live value for my persistant properties (I tried > "flash" > but that did not work) or > some magic method that gets called when the user leaves the page. > > Thanks in advance, > Gunnar Eketrapp >