I have implemented drag and drop between 2 AdvancedDataGrid, but the default behaviour from Flex displays the row data during the drag using the grid item renderer showing all 5 columns.
Instead, I would like to display an icon / image or my own custom item renderer during the drag and drop. What would be the easiest way?
Any example?
Thanks !
You could use the drag proxy property to specify an image. From Adobe's online examples: