Thanks. It's probably miserable for performance with larger datasets, but to fix the update issue, I just wrote my own 'update' function which basically reassigns the dataProvider, causing everything to update appropriately.
Ugly hack, but hey, it works. --- In [email protected], "gerhard.schlager" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "tudsy" <tudsy@> wrote: > > > > I seem to recall seeing this issue discussed, but can't find it right > > now... > > I had a few problems with this too [1]. There's a link to a small demo > which shows how it could work, however, there's still the problem with > the binding and automatic updates of the displayed content. I managed > to do this with lots of event listeners that dispatch the events from > sub-objects ... > > In case you want to use the sort function in the grid you have to > implement a custom sortCompareFunction as well. However, there are a > few problems. Please look at my bug report (with a possible > workaround) at [2]. > > HTH > Gerhard > > [1] http://tech.groups.yahoo.com/group/flexcoders/message/119270 > [2] https://bugs.adobe.com/jira/browse/FLEXDMV-1817 >

