문제

I am trying to find all the selected highest level nodes For example if I have tree like
-grandparent1
--parent1
---child1
---child2
--parent2
---child3
---child4
If some one selects child1,child2,child3 I need result like parent1,child3 Please help me out on this. Thanks in advance

도움이 되었습니까?

해결책

You can get the key path upto root parent using below:

node.getKeyPath()
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top