Drag and Drop from a Data Grid to a Form Panel

This example shows how to setup a one way drag and drop from a grid to an instance of an Ext.form.FormPanel.

Note that the js is not minified so it is readable. See dnd_grid_to_formpanel.js.

Data Grid
Record Name
column1
column2
Record 0
0
0
Record 1
1
1
Record 2
2
2
Record 3
3
3
Record 4
4
4
Record 5
5
5
Record 6
6
6
Record 7
7
7
Record 8
8
8
Record 9
9
9
 
 
Generic Form Panel