I am developing a tree that has different levels
e.g.
Folder1
--| Folder 2
--|---| Folder 3
--|Folder 4
Folder 5
--| Folder 6
--| Folder 7
--|---| Folder 8
--|---|---| Folder 9
If I select a rows, e.g. Folder 5 has 4 folders/levels below it, is it possible to determine the number of levels?
?
More questions about tree..
If I want to select say Folder 8 is it possible to parse back through the tree and build the original structure ..
e.g. Folder8\Folder7\Folder5\
Also, is the igRow.level parameter used only for position/formatting or can it be used as an index?
Is there any way to determine parents/children of a specific node in the tree ?
What I need to be able to do is select on a folder and rebuild the flat structure as described above..
Edited by user
2014-05-03T14:56:31Z
|
Reason: Not specified