Hi all,
I am new to Ext JS, I have tried 'drag and drop' and it is working fine when i drag rows. What I am trying now is dragging a row (a field from MySQL) from left grid and dropping it on right grid that gives data from database table as a column.
The field from left grid should be title for data (from database) on the right grid for my requirement.
Left grid will have grid data like:
Fields
id
name
data
After dragging data from left grid, right grid should have data like:
id
1
2
3
Note: Here only id is dragged.
Not just drag and drop feature, suggest anything in ExtJS that can do this functionality. If we can do this in anything else other than ExtJS also, feel free to share.
Can someone help me out?
Thanks.