I have this requirement wherein I will add permission to a user. The permissions are grouped and displayed in a treeview.
Now once a user selected a specific permission, this permission together with the group node will be transferred to another treeview on the right side. How can I do it using javascript/jquery? Is this supported by your treeview control? Right now I can do this using the selected node change event of the .NET Built In Treeview Control but I can't use it now since I have new requirement wherein- Clicking an item will only highlight it.
- Double clicking the node will trigger the move function.
- I can select multiple nodes and move them to another Treeview by clicking the move button at the center
I need to know if you can support it before I can recommend your product to my superior.
I've attached a sample ui to describe what I'm trying to achieve.