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.

Click here to see the implementation details.