I am making a dynamic tree by getting the data from some webservices and hence 
populating the tree.

But I do not want to load the entire tree at one go... instead I want to load the 
children only if the parent is clicked upon... i.e. clicked on the (+) icon next to 
the Tree Node....

Now the problem is that (+) icon next to the parent will not be shown as I am not 
loading the children in the parent initially.....Also I cannot load the children by 
making the user click on the parent's name coz that click has a different action which 
is to show the parent details in the right frame

So I thought if I can provide 2 links at one level of a node, one for loading children 
and one for showing details of parent in the right frame.... but not sure if that's 
possible...

Is there a soln  to above prob.... or else is there a way by which (+) icon can be 
shown without loading children and then some method call back  when user clicks on (+)

Regards
Tushar

Yahoo! India Matrimony: Find your partner online.

Reply via email to