Title: Drag and drop between two tree Post by: Pierre on March 05, 2014, 05:29:58 AM Hello all
I need to drag and drop data between 2 trees in 2 panels (see image). I added dnd="true" on both trees and looks like drag&drop works, but when I do drop, nothing happens. On Image I dragged from right tree and dropped to the left side. Drag&drop inside same tree works OK. Thank you. Title: Re: Drag and drop between two tree Post by: stworthy on March 05, 2014, 06:49:58 PM To solve this issue, please download the updated tree plugin from http://www.jeasyui.com/easyui/plugins/jquery.tree.js and include it to the page.
Title: Re: Drag and drop between two tree Post by: Pierre on March 06, 2014, 02:25:44 AM To solve this issue, please download the updated tree plugin from http://www.jeasyui.com/easyui/plugins/jquery.tree.js and include it to the page. Thanks! Works perfect. Can I remove jquery.tree.js after 1.3.6 release? ** Do you have any example of how drag-drop works between datagrid's? Thanks! |