Grid Flex



    
        
        import mx.collections.ArrayCollection;
        [Bindable]
        private var dpADG:ArrayCollection = new ArrayCollection([
            {Artist:'A', Album:'aa', Price:1.99},
            {Artist:'B', Album:'bb', Price:1.99},
            {Artist:'T', Album:'tt', Price:10.99}
        ]);