Hi,
I am converting my UltraWebTree to WebDataTree. I have the following methods that i use in UltraWebTree that is not present in WebDataTree.
1) GetIdString()
- I am building my tree using the dataset from an SP. Previously, in UltraWebTree using "View Source" i am able to notice that for every tree node there is an ID that is automatically generated like.. _2_1_2 etc.. I noticed that in WebDataTree, this is not happening. My code is heavily dependent on this method. Is there an alternate solution for this Method?
2) GetNodeFromId(string)
- What is the equivalent method in WebDataTree?
3) UltraWebTree1.SelectedNode
- I have a grid that shows the Orders that a customer has and also what was the recent activity done in that order. If they click on the recent activity, i will open a new tab and in the treeview i want to highlight the node. I will be doing it in server side. How to achieve it?
Thanks,
Raja
Hi Raja,
I am just checking if the latest reply helped you out or if you require any further assistance on the matter.