Este ejemplo muestra tres formas diferentes de arrastrar y soltar objetos en dos rejillas de datos.
Arrastre una celda de la izquierda y suéltela a la derecha
El ejemplo 1 muestra un arrastrar y soltar simple. El valor arrastrado se inserta en la celda donde se suelta.
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.