views:

1908

answers:

4

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.

+2  A: 

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.

redsquare
A: 

Obout.com's treeview looks slick. I've never used it, but I've thought about it many a time...

Will
A: 

Hello Nick,

I think you could try the ASTreeView, it support drag & drop, ajax loading, context menu...etc:

The demo:

http://www.geekees.com

Weijie JIN
+1  A: 

Telerik is the way forward my friend! Have you not got a copy from the NxtGenUG yet?

Rippo
+1 Yeah, got Telerik now thanks, question specifes 'not telerik' though so you don't get the answer sorry.. :) No treeview in MVC stuff yet: http://www.telerik.com/products/aspnet-mvc.aspx
Nick
No but the Telerik tree view is fantastic! Drag/drop, multi select, context menus!
Rippo
+1 for pointing out the telerik mvc controls, missed those!Sweet
Rippo