How can i implement drag drop functionality in Component 1 Flex grid. Also the grid should allow some functionalities related to dragged data like
Allow deletion of dragged data in cells of Grid.
Dragged item remains in original cell as well and in the cell where it is dragged to.
If the original item is deleted, the dragged item also gets deleted.
Grid should not allow data to be duplicated in same column.
Please can anyone help me or suggest me that how is it possible in flex grid. It is a windows based application. So if any possibility of doing the same using windows application basic functionality as well then please let me know.