Search code examples
asp.netcustom-server-controls

ASP.NET Treeview control supporting drag & drop?


Can anybody recommend a treeview component for ASP.NET that supports drag & drop (between it's own nodes - it's for a content management system to rearrage the pages). Don't mind if it's open source or commercial (can't quite stretch to the treeview from Telerik though). Shame..

Any other options? Thanks.


Solution

  • If you could stretch to including jQuery (free) then there is a client side tree that does drag drop jstree. You would just need to implement ajax hooks to handle the database updates for the tree structure.