Unfortunately no. The problematic code is part of a fairly complex application where the filtering is configured and assigned in a component that simply receives a reference to a DataGrid and applies filters to the dataProvider based on UI selections.
I was unable to reproduce the issue in a simple test project, which implies the issue lies elsewhere, but I just don't understand how I could be seeing the values and results I am and still have null be returned. Thanks, Ben --- In [email protected], "bobignacio" <[EMAIL PROTECTED]> wrote: > > Any chance to post your source code? > > > --- In [email protected], "ben.clinkinbeard" > <ben.clinkinbeard@> wrote: > > > > Anyone? > > > > > > --- In [email protected], "ben.clinkinbeard" > > <ben.clinkinbeard@> wrote: > > > > > > I've got a filterFunction assigned, the DataGrid that is bound to the > > > ArrayCollection shows the correctly filtered list, and debugging shows > > > that the source Array has 10 items while the collection only has 3. > > > However, myCollection.filterFunction returns null. > > > > > > Anyone have an idea of what could be going on here? > > > > > > TIA, > > > Ben > > > > > >

