Wijmo FlexGrid / Drag and Drop
Ref: http://wijmo.com/topic/flexgrid-drag-and-drop/ http://wijmo.com/topic/wijgrid-and-draggable-rows/ http://jsfiddle.net/Wijmo5/0z1ou6cn/ http://jsfiddle.net/tzd95q74/ //=================== <div class="container"> <h1> Dragging Rows from the FlexGrid </h1> <p> You can use the HTML5 drag/drop API to implement row dragging from, into, or between FlexGrid controls.</p> <p> This simple example shows how you can drag rows from the grid into arbitrary elements. You can easily extend this to support move operations (by removing the row from the source grid when the operation is completed) or dropping into grids (by detecting the drop position and inserting new rows into the target grid).</p> <p> Drag r...