I have a treeview with Add/edit/delete context menu items. My problem is I am not able to make the node expanded and selected when I add a child node to aperent node. After adding/editing I am rebinding the treeview using AjaxManager.
Please note that this will have unlimited nodes.
Please note that this will have unlimited nodes.
For example,
Node1
- SubNode1
- SubNode1.1
- SubNode2
- SubNode3
If I add new node for SubNode1, named SubNode1.1, the focus should be in SubNode1 and it should be expanded to see the new node added.
Any help is greatly appreciated.
Thanx in advance
ASD