I am looking to drag a row from the jqGrid I have created and fire a drop event on a node in the jsTree (v.0.9.9a).
Is there anyway to do this – using v.0.9.9a of the jsTree only.
Regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After much debate, i’ve decided to switch to jsTree version 1.
In jqGrid I added the event
I then added the dnd plugin for the jstree, which allows all external elements with the class “jstree-draggable” to be dragged into the tree with the event
"drag_finish": function (data) {}in the jsTree.While jsTree version 1 is a pain to switch to after using pre-Version 1 it really is a lot faster, neater and easier to use once you get the hang of it. I’m told that full documentation will be released with the version 1 final.