Re: [flexcoders] Re: How to have datagrids with different filterfunction for a single dataprovide

2007-02-09 Thread EECOLOR
This is possible if you use the class below. It extends ArrayCollection and adds two methods: addReflection(reflection:ArrayCollection) removeReflection(reflection:ArrayCollection) This class makes sure the reflections share the list (inner dataProvider) of the main collection. If something

RE: [flexcoders] Re: How to have datagrids with different filterfunction for a single dataprovide

2007-01-15 Thread Stembert Olivier \(BIL\)
@yahoogroups.com 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