Interesting, I would think that the opposite would occur; if you're
using something like: return item.myfield=="whatever";.  Sure, post your
filterFunction; as well as a basic idea of the collection's structure.

-TH

--- In flexcoders@yahoogroups.com, "whatabrain" <[EMAIL PROTECTED]> wrote:
>
> When I try this, the filter function isn't called for top-level
> items. It's called for all child nodes in the dataProvider, but not
> for the parent node. Any idea why this might be, or do you need a
> code sample?
>
>
>
> --- In flexcoders@yahoogroups.com, "Tim Hoff" TimHoff@ wrote:
> >
> >
> > ICollectionView or a filterFuncton can work for this; if you don't
> want
> > to mess with the underlying source.
> >
> > -TH
> >
> > --- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspratt@> wrote:
> > >
> > > Well, you "hide" a row by removing it from the dataProvider.
> There is
> > > no direct relationship between a DG row and a dataProvider item.
> > >
> > > Tracy
> > >
> > >
> > >
> > > ________________________________
> > >
> > > From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED]
> > On
> > > Behalf Of whatabrain
> > > Sent: Thursday, September 04, 2008 8:36 PM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] Hiding a row in an AdvancedDataGrid
> > >
> > >
> > >
> > > How do you hide a row in an AdvancedDataGrid? I can't find any
> method
> > > that lets you get a row by index or item.
> > >
> >
>


Reply via email to