Asp.net mvc tree image with checkbox
Okay. I am looking for a solution in mvc2 where I can get a tree view where after that I can check the nodes I want to enter into the database. Can anyone point me to something?
Basically I assign functions to a specific group. (I have a group admin to whom I can assign a manager user add edit delete, delete control groups, manage teacher add edit function. Can someone point me to another technique, implement?
+2
a source to share
1 answer
Have a look at telerik treeview for ASP.NET MVC . It is also available in an open source version from the CodePlex website .
+2
a source to share