Base solution for your next web application
Open Closed

tree control #992


User avatar
0
sandipsamanta created

I am really new to AspnetZero and boilerplate. I want to use a tree control in one of my view. Is there any in-built control available or I have to add it externally from Nuget.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    There is an example of javascript tree in AspNet Zero role edit dialog. You can take a look at "permissionTree.js" directive for usage. It uses jstree javascript plugin internally.

    I hope it helps.