This example demonstrates 3 different ways of handling drag and drop functionality between two Data Grid objects.
Drag a cell from the left
and
Drop it to the right
Example 1 demonstrates a simple drag and drop. The dragged value is inserted into the
specific dropped cell.
Example 2 demonstrates how to manage the drop value in the list. When a cell value is dropped at
the end of the selection, the value will be appended to the selection. If a cell value is dropped
on top of a cell that has a value, the value will be inserted between the dropped cell and upper cell.
Example 3 demonstrates how to remove a dragged cell value once it has been dropped onto another grid object.