Rank: Newbie Groups: Member
Joined: 4/11/2008 Posts: 1
|
Is it possible to directly save the modifications you make by drag & drop in a treeview menu into a database?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The TreeView only tells you which node has been dragged to where through ItemMoved event: http://essentialobjects.com/ViewDoc.aspx?t=EO.Web.TreeView.ItemMoved.htmlYou will need to handle that event in order to save the changes back to your data source. Thanks
|