Hi Alex, So I understand that bind array collection A to the data grid as data provider. and then bind array collection B to the label function of DatagridColoum.
I tried out its not working. Please Assist! Best Regards, Venkat Maddali. >________________________________ >From: Alex Harui <aha...@adobe.com> >To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> >Sent: Thursday, August 25, 2011 4:50 PM >Subject: Re: [flexcoders] Adding up Arraycollections to Datagrid! > > > >You can just use A and use a second column with a label function that >references B > > >On 8/25/11 3:11 PM, "Venkat M" <venkat_...@yahoo.com> wrote: > > > >> >> >> >> >>Hi Group, >> >>I have a basic question on arraycollections. Please assist. >> >>I have an array collection A populated with values {1,2,3,4,5,6,7,8,9,10} >>Also I have an arraycollection B populated with values >>{one,two,three,four,five,six,seven,eight,nine,ten} >> >>Given this data, How do I present this in a datagrid? Can I map at a column >>level to an array collection? >>(Or) >>Can we make an arraycollection C, that has the values of arraycollection A >>and arraycollection B paired up and then just bind to datagrid. If so, please >>help me how to fabricate arraycollection C. >> (Or) >>Any other ideas, please comment. >> >>Thanks in advance. >> >>Best Regards, >>Venkat. >> >> >> >> >> >> >> >-- >Alex Harui >Flex SDK Team >Adobe System, Inc. >http://blogs.adobe.com/aharui > > > >