Hi
I have a tree with context menus on it. When a user selects an option saying "Edit" , a modal window should popup showing another tree view or a list from which the user selects a node and hits a submit. I should be able to retain the selection made by the user on the second tree and use it to make some changes in the current tree. Is there a way of doing that
I am not sure on the following:
1. Opening a modal window, this window would have stuff like text boxes, buttons and an other tree view inside of it.
2. Retain the value of the node that the user selects on the tree view on the modal window..
3. Use the retained value to make some changes on the tree view on the parent page from which the modal window pops up.
Can you please send in some code samples or documentation that i can refer to.
Any help is greatly appreciated.
Thanks,