Jurgen, Thanks for the tip. I checked them out, but unfortunately, those implementations don't address my main issue: getting the data from the server in a paged fashion. They simply allow you to view an arraycollection in chunks, where Matt's goes back to the server as needed to get chunks of the data.
With 150k records, I need the on demand paging. Shaun --- In [email protected], Jurgen Beck <[EMAIL PROTECTED]> wrote: > > Hey Shaun, > > You may want to check out the FlexBox components list. There are two > components, one for a paged DataGrid, the other one for a paged > ArrayCollection. > > http://flexbox.mrinalwadhwa.com/ > > Jurgen > > Shaun wrote: > > > > I am getting ready to implement a report for a project that requires > > the user to be able to sift through a maximum of 150,000 records from a > > table (yes, we all know that in reality this is ridiculous, but we also > > know that customers get what customers want). > > > > I read through Matt Chotin's posts on large datasets and will likely go > > down that path, but I'm in a time cruch and so the hope of saving some > > time, I am curious as to whether anyone has already ported his samples > > to 2.1 as they are from way back in 04. > > > > Or, if anyone has a better option, I'm all ears. > > > > Thanks, > > Shaun > > > > Matt's post: > > http://weblogs.macromedia.com/mchotin/archives/2004/05/large_data_sets_2 > > <http://weblogs.macromedia.com/mchotin/archives/2004/05/large_data_sets_\ 2> > > .cfm > > > > >

