Hi,
I am using the example in the following link to create a Treeview to show a list of Managers, Employees and so on in an MVC3 (Razor) page. -
http://www.techiesweb.net/asp-net-mvc3-tree-view-with-jstree/#comment-830
what I am trying to do is -
when a user clicks on the Name of a Manager or an Employee, it should either show the "ID" of that employee in a Text Box in the same page (.cshtml) orNavigate to another page where the user can see the profile of the selected employee. Can anyone please help me to do it?
I can display the employee names in a TreeView using JSTree; but JSTree does not allow me to Navigate to another page.
Thanks