Does ASP.NET Treeview support drag & drop?

Can anyone recommend a tree component for ASP.NET that supports drag and drop (between its own nodes - this is for a content management system to encrypt pages). Do not mind if it opens source or commercial (cannot stretch to Teleview by treeview , though). A shame..

Any other options? Thank.

+3
source share
3 answers

If you can stretch to include jQuery (free), then there is a client-side tree that drags the jstree frame . You just need to implement ajax hooks to handle database updates for the tree structure.

+2
+1

Telerik is the way forward, my friend! Don't have a copy from NxtGenUG yet?

+1
source

All Articles