This is truly awesome! I'm in the process of implementing this in a project I'm currently working on, and will let you know of any improvements or issues I may come across.
One thing to note: In your sample, you're not taking field ordering into account within your loadData() method, so it appears that column sorting isn't being taken into account. Thanks again! - Brent --- In flexcomponents@yahoogroups.com, "donaldskie" <[EMAIL PROTECTED]> wrote: > > Hi all, > > Just wanted to share a component I wrote. I managed to perform implicit > paging on the Flex DataGrid without the use of FDS. > > Component Demo - http://chitchu.net/badongers/ExtendedGrid/ > Component Source - http://chitchu.net/badongers/ExtendedGrid/srcview/ > > I would also appreciate suggestions for improvements. > > Cheers >