No I'm using an array list populated from a complex object coming in from a JSON call.
[Bindable] private var jsonDataObject:Object; [Bindable] private var Grid_dp:ArrayList = new ArrayList(); >From the result handler: jsonDataObject = JSON.parse(Get_GridData.data); Grid_dp = new ArrayList(jsonDataObject.PEF_LIST); PEF_LIST is basically all the fields you see in the datagrid. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
