I have an ArrayCollection from a result handler in Flex that has FilterFunction, List, Source, Length.
How can I populate the datagrid using this data? .....
Set the DataProvider value on the DataGrid to the ArrayCollection. It will use this to populate the display.
See the demo on the bottom of this page.