tags:

views:

49

answers:

2

hi,

we want to drag a button with a css layout from one grid to the other. On the second grid should be the same button with this layout. The grids are in different mxml files. We have no plan how to do this :( Please help us...

A: 

Have you looked at the Flex DragManager? (http://livedocs.adobe.com/flex/3/langref/mx/managers/DragManager.html & http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_6.html). It's super simple to implement.

quoo
A: 

If you already have the buttons inside the datagrid the you just need to enable the flex native drag and drop on the 2 datagrids.

Here is a nice example http://blog.flexexamples.com/2007/09/19/dragging-rows-between-two-different-flex-datagrid-controls/

Adrian Pirvulescu