I think Daniel wants to filter the rows. I don't see any solution except to duplicate the original one... Olivier
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of phipzkillah Sent: Monday, January 15, 2007 10:56 AM To: [email protected] Subject: [flexcoders] Re: How to have datagrids with different filterfunction for a single dataprovide Daniel, I believe it's possible to do this with one array collection. Set up 3 datagrids with the dataprovider set to your array collection variable. For each datagrid specify the columns you want to be displayed: <mx:columns> <mx:Array> <mx:DataGridColumn dataField="@name" headerText="Name"/> <mx:DataGridColumn dataField="@total" headerText="Total"/> </mx:Array> </mx:columns> That should to it... Phil --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Dan" <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to have 3 datagrids with the same dataprovider but show > different part of it according to the filterFunction? Is it possible? > Or i need to copy the arraycollection into three and each have to > update back the original one by the <observe> tag by adobe??? Anyone > has any idea? Thanks > > Daniel > --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. --------------------- --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. ---------------------

