In this article we will see how to move data in between Lists. Same approach can be implemented to move the items across the other components like datagrid, advancedatagrid etc. In the application mxml file, we will add two List components and two buttons. 1: <mx:List id="sourceList" 2: width="100" height="200"/> 3: 4: <mx:Button id="moveToLeft" 5: [...]
Archive for February, 2009
Move Items between Flex List objects
Posted in Flex, tagged AdvancedDataGrid, DataGrid, Move Items on February 25, 2009 | 1 Comment »