bidur
01-05-2009, 11:22 AM
Hi,
I have got a dataGrid "myGrid". A httpService provides data to this datagrid.
After the dataGrid is populated I want to copy the data from this dataGrid to a ArrayCollection "myDPColl".
<mx:Script>
<![CDATA[
private var myDPColl:ArrayCollection;
]]>
</mx:Script>
<mx:DataGrid id="myGrid" >
</mx:DataGrid>
Thanks
I have got a dataGrid "myGrid". A httpService provides data to this datagrid.
After the dataGrid is populated I want to copy the data from this dataGrid to a ArrayCollection "myDPColl".
<mx:Script>
<![CDATA[
private var myDPColl:ArrayCollection;
]]>
</mx:Script>
<mx:DataGrid id="myGrid" >
</mx:DataGrid>
Thanks