Medeni Baykal
Medeni Baykal

Reputation: 4333

Draggable Javascript Treeview

I need to develop a drag-able and editable tree view. Any javascript components to use?

I'm using jQuery so it could be a jQuery add-in too. I'll use the tree view for display and edit sitemap structure.

And lastly, it'll be great if the component supports JSON.

Upvotes: 1

Views: 340

Answers (1)

Will P.
Will P.

Reputation: 8797

If you're programming in .NET and willing to pay, Telerik has some good server controls that are pretty easy to use, and are well supported. Check out the demos for TreeList and TreeView. They come packaged as server controls with fully fleshed out server and client side apis. I believe support JSON as well. If you pay for the package, you get a ton of other useful server controls as well.

Upvotes: 1

Related Questions