I need a simple code sample. Please kindly help. I've tried many way and can not work.
The requirement is as below:
1. A ListGrid in left side, containing customer list
2. A TreeGrid in right side, Containing Organization Tree
3. Drag from Customer listgrid from left side and drop to Organization Tree on the right side.
4. Save button to save the matching result.
The main issue is , I can not get the target record on the right side, with the infomation of its parent id. So I don't know how to save the drag && drop result. Please provide the code sample, how to get the traget record in a drag drop event.
The requirement is as below:
1. A ListGrid in left side, containing customer list
2. A TreeGrid in right side, Containing Organization Tree
3. Drag from Customer listgrid from left side and drop to Organization Tree on the right side.
4. Save button to save the matching result.
The main issue is , I can not get the target record on the right side, with the infomation of its parent id. So I don't know how to save the drag && drop result. Please provide the code sample, how to get the traget record in a drag drop event.
Comment