This is a migrated thread and some comments may be shown as answers.

Treeview Capability

1 Answer 81 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Sherry Ann
Top achievements
Rank 1
Sherry Ann asked on 21 May 2012, 11:45 AM

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.





1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 22 May 2012, 01:15 PM
Hi Sherry Ann,

 
I have inspected the scenario you are trying to achieve and have created a sample working web page that implements moving nodes from one RadTreeView to another.

You can also review the client object of RadTreeNode and its properties and functions that are described in our help topic.

Hope this will help you.

Kind regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TreeView
Asked by
Sherry Ann
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or