1

I have 2 advanceddatagrid with dataprovider based on an arraycollection of an instanciated actionscript class.

I want to copy and duplicate data from the datagrid1 to the datagrid2... For duplicate data it works fine, no problems .... but when I want to copy, in fact I want to clone the object from the grid1 to the grid2 ...

How can I do that ?

4

1 に答える 1

0

dragMoveEnabled プロパティが必要です。値が false の場合、アイテムをドロップ ターゲットにコピーすることしかできません。コピーの場合、ドラッグ イニシエータのアイテムはドロップの影響を受けません。( http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_4.htmlを参照)

于 2012-11-16T22:31:05.300 に答える