Does anyone have a working and complete sample of creating a treeview in which the nodes are action links to a controller/action/routevalue(s).
I'm using asp.net mvc and creating a treeview on the server using razor syntax. I'd like the nodes (when clicked/selected) to call an action on a controller which would in turn refresh a grid on the screen.
I'm using asp.net mvc and creating a treeview on the server using razor syntax. I'd like the nodes (when clicked/selected) to call an action on a controller which would in turn refresh a grid on the screen.