using xml with nested nodes for DataGrid dataProvider in flex

Since flex DataGrid can only take in a simple ArrayCollection object, we need to use labelFunction to fetch data from a nested XML file and dump it into an ArrayCollection object that DataGrid can handle.

Here's a sample code from cflex.net: Using XML dataProvider with DataGrid: labelFunction  


Got something to say?