Drag and Drop from Cell to Cell within the same GridView

This illustrates how a custom plugin can enable a cell to cell drag and drop operation within the same GridView.

This example only allows a drag and drop operation for cells with the same data type, although that is configurable. The custom plugin allows for other configs, please see the comments in the source.

Note that the js is not minified so it is readable. See cell-to-cell-dd.js and CellDragDrop.