I¹m sure that you are looking for something near-term... but just an fyi there are some exciting features getting rolled into gumbo. Some of the LCDS features for dataset management are getting partitioned for use in the framework without the LCDS requirement.
Rick Winscot On 11/21/08 7:27 PM, "erdal" <[EMAIL PROTECTED]> wrote: > > > > I was looking for the same thing a couple of months ago and the this is the > most close to Implicit Pagination solution I've stumbled upon > > http://www.badongers.com/blog/?p=73 > > > --- In [email protected], "Marco Catunda" <[EMAIL PROTECTED]> wrote: >> > >> > Hi, >> > >> > Does anyone could point me how could I build a pageable data provider? >> > I've just seen examples using RecordSet class which doesn't have anymore >> > in flex. >> > >> > I'm bit amazed because pageable solution is very common problem/solution, >> > Is there any easy way to implement it that I haven't figured it out yet? >> > I'm young in Flex world... >> > >> > My idea is to write a class which implements IList interface. This class >> > will support remote call in either getItemAt and getItemIndex methods >> > throwing the ItemPendingError Exception when the item isn't in local >> > client memory. Any other tips? >> > >> > -- >> > Marco Catunda >> > > >

