Hi, You need to wrap the ArrayList in ArrayListView that takes the first as a parameter. Take a look at TDJ and notice that is wrapping the original AL in ALV
El dom, 6 dic 2020 a las 21:06, wkoch (<[email protected]>) escribió: > 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/ > -- Carlos Rovira Apache Member & Apache Royale PMC *Apache Software Foundation* http://about.me/carlosrovira
