Stefanvds
Stefanvds

Reputation: 5916

Editable Tree View for MVC using jQuery

I'm looking for an Editable tree view which easily lets me to make new items, rename and delete them.

before i started using MVC i used the Obout tree which works quite well: http://www.obout.com/t_db/index.aspx

but this isnt going to run in jQuery, so i'd like to know if someone has some experience in a jQuery solution. i guess i'll build a element as the tree from the DB. I will use 3 lvls of depth as a maximum. Could be nice if the tree will have a Sortable option like the jQuery UI: http://jqueryui.com/demos/sortable/

Does anyone have an idea of a good jQuery plugin which might come close to doing the job?

thanks in advance. Stefan

Upvotes: 0

Views: 5901

Answers (1)

Tauren
Tauren

Reputation: 27235

I've found jsTree to be a pretty nice tree control. Maybe it will work for you?

Upvotes: 3

Related Questions