Supplement to Vinod's question!
Also let us know the strucure of Array Collection.

Tushar
http://tush.wordpress.com

On Nov 13, 8:03 am, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote:
> How are you searching and which collection are you searching ?
>
> On Thu, Nov 13, 2008 at 11:57 AM, anubhav_RIA <[EMAIL PROTECTED]>wrote:
>
>
>
>
>
> > Hi ,
>
> > i have a component were in i have a tree, datagrid and search
> > component. The data grid contains objects which are stored in some
> > location. The data grid is sorted on changevent of tree and it is
> > filtered based on the folder clicked on the tree.
>
> > My search component works fine. but my problem is when i click on
> > "Folder1" the datagrid shows the objects in the folder1 and the search
> > component should search the names only in shown list (filtered for
> > folder1). but this is not happenning. the search component searches in
> > the whole data set.
>
> > private function treeChangeHandler(event:Event):void
> > {
> > dataprovider.filterfunction = filterbylocation;
> > dataprovider.refresh();
> > }
>
> > the search component dataprovider is binded to the main data provider.
>
> > please provide me some pointers asap.
>
> > thanks in advance,
> > Anubhav- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to