I need asp.net tree view trial version control with right click option for move, merge, delete and add.
Is it available such a functionality in this tree view.
Right now the WebDataTree is not supporting add, move and remove on the client.
However you can combine WebDataTree and WebDataMenu and show a context menu on a right mouse click. Than you can postback and modify the tree on the server.
Is there an example of this anywhere?