I am looking for a treeview plugin for asp.net mvc.
I have found a plugin. http://jquery.bassistance.de/treeview/demo/
But generating the markup for this plugin isnt easy.
Is there any other plugin available?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jstree is a nice plugin you can try out. The idea is to create the markup of nested
UL -LIelements in your view as per the tree hierarchy and then invoke jstree method on the UL.I wrote a post with step by step instruction how to create a treeview in ASPNET MVC with jSTree plugin.