 Sarah_LAB
		
			Sarah_LAB
		
		
		
		
		
		
		
		
	
			08-04-2017 03:35 AM
Hi,
Ho i can to get all children of a parent in tree et not all childrens of tree :
like this =>
not get all children of tree lik this :
Thank you ,
Solved! Go to Solution.
 PiDi
		
			PiDi
		
		
		
		
		
		
		
		
	
			08-04-2017 03:51 AM
 Norbert_B
		
			Norbert_B
		
		
		
		
		
		
		
		
	
			08-04-2017 03:53 AM
There is no pre-written method/property available. You have to implement something like this on yourself.
What are you currently using to get all items (All Tags property)?
I see two options:
1. You use the All Tags and move through every item and verify it has a parent. Parent items (at least top most) are removed by your code for the selection
2. You implement a data structure which reflects the tree (OOP based?). You implement the navigation/selection/interaction for the data structure. The tree indicator is only used for displaying the data