Good morning,
I am using treeview to display a list and it's children underneath. I want to implement the drag and drop functionality, soI can reorder the list.
I have 2 questions regarding the drag and drop functionality
1. How do I keep track of the order, to initially save, but to reinstate it, after i revisit the list ?
Right now I keep track of parent Id's per item. But if I want to reorder the children under it's parent .. it always reorders them by Id.
2. I was wondering how do I expand a parent when hovering over a parent in the list
When starting to drag a list item ... I want to insert it into a parent .. the parent just stays closed. Is there a way to expand the parent on hover?
Thank you for the help up front