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 ?