Grid Flex


    
    xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"
    width="650" creationComplete="initApp();">
    
        
    

     
         
        import mx.collections.ArrayCollection; 
        private function initApp():void { 
            srcgrid.dataProvider = new ArrayCollection([ 
                {Artist:'Carole King', Album:'Tapestry', Price:11.99}, 
                {Artist:'Paul Simon', Album:'Graceland', Price:10.99}, 
                {Artist:'Original Cast', Album:'Camelot', Price:12.99}, 
                {Artist:'The Beatles', Album:'The White Album', Price:11.99} 
                ]); 
            destgrid.dataProvider = new ArrayCollection([]); 
        } 
      
    

    
        
            
                            dragEnabled="true" dropEnabled="true" dragMoveEnabled="true">
                
                    
                    
                    
                

            
        

        
            
                            dragEnabled="true" dropEnabled="true" dragMoveEnabled="true">