Hi Experts,
I have created a list and Tree root node.My requirement is to drag the list items and form child nodes to the tree. I have tried using jquery. Can any one help me to proceed further?
Thanks
Pallavi
you can get some hint from this blog:
https://blogs.sap.com/2014/02/17/draggable-controls-in-ui5/
try it out and make your child list item draggable, further you can implement dragleave event as well.