[flexcoders] arraycollection merge

2008-12-06 Thread hworke
Hi I have three different arraycollections and I want to bind them all as dataprovider to a datagrid. How do I do that? Can a datagrid have have 3 dataprovider and can it display all these dataproviders' info at the same time? Or I do need to merge my three arraycollections into one and then

RE: [flexcoders] arraycollection merge

2008-12-06 Thread Alex Harui
This might help: http://blogs.adobe.com/aharui/2008/03/custom_ilists_checkboxdatagrid_1.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: Saturday, December 06, 2008 5:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] arraycollection merge Hi I