how to create treeview having checkboxes in asp.net mvc [closed]
how to create treeview having checkboxes in asp.net mvc
use dynatree replaced by Fancytreee
ExtJS treeview can do that; just use the script in one of your views.
http://www.extjs.com/deploy/dev/examples/tree/check-tree.html
You can also you a native ASP.NET TreeView that supports checkboxes such as ComponentArt's http://www.componentart.com/products/aspnetmvc/, or Telerik's, http://www.telerik.com/products/aspnet-ajax/treeview.aspx#checkbox-and-tristate-checkboxes-support.
精彩评论