tags:

views:

130

answers:

3

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
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
A: 

use dynatree

mazhar kaunain baig