この例では、二つのデータグリッドオブジェクト間でドラッグ&ドロップ機能を処理する三つの方法をお見せします。
例1: 単純なドラッグ&ドロップ。ドラッグされた値がドロップされたセルに挿入されます。
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.