Closed GoogleCodeExporter closed 8 years ago
It seems problem is in array collection, Your collection is not well formed.
its should be like this
[Bindable]
private var dataArray:ArrayCollection = new ArrayCollection
([
{
id: '1',description: [{name: 'Bob Smith', city: 'Town1'},
{name: 'Abid', city: 'hello'}]
},
{
id: '2',description: [{name: 'Amit Bhardwaj', city: 'Jaipur'},
{name: 'Amitb', city: 'Delhi'}]
}
]);
Original comment by mail.Bha...@gmail.com
on 1 Sep 2009 at 6:38
I believe your question was answered.
Original comment by marc.hug...@gmail.com
on 22 Dec 2009 at 3:49
Original issue reported on code.google.com by
abidr...@gmail.com
on 1 Sep 2009 at 6:12