Hi,
I have a treeview control used in asp.net webform, now, I am going to convert the webform to MVC, but the treeview control is not available in MVC, how can I create the same treeview in MVC?
Thanks
Hi Peter ,
There are some plugins that you could use, such as jstree.
https://www.jstree.com/
If not using jquery plugin , you could refer to below code sample for how to build tree view in mvc : https://www.c-sharpcorner.com/article/c-treeview-to-mvc-razor-view/
Best Regards,
Nan Yu
Hi Nan Yu, thanks a lot for your help, I will try it later and let you know then,