shane87
shane87

Reputation: 3120

Ext Js 4 - Grid cell to cell drag drop?

Is it possible to implement a drag drop from one grid cell to another gird cell? eg. Drag a grid cell from grid1 to another grid cell on grid2?

Any thoughts on this would be greatly appreciated!

Upvotes: 2

Views: 1620

Answers (2)

meeks
meeks

Reputation: 19

This example (Field to Grid Drag and Drop) should be a little more helpful. In this example the drop onto a cell portion is covered. It also provides an example of a specialized drag zone, which I believe you should be able to tweak to cover the drag from a cell portion of your problem.

Sorry that I cannot provide much more than a lead, but that is not a problem I have specifically had to tackle. I would encourage you to post your answer when you figure it all out, though.

Upvotes: 1

immobiluser
immobiluser

Reputation: 359

Yes, see : Ext JS 4 Examples : Grid to Grid DnD

Upvotes: 0

Related Questions