how to create treeview having checkboxes in asp.net mvc
+1
A:
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
Pierreten
2010-05-22 17:48:45
A:
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.
asnyder
2010-05-22 18:04:06