Hello,
Is there a built-in functionality that allows to select only on the same level of the tree?
Root
-- level 1 A
-- level 2 AA
-- level 2 AB
-- level 1 B
-- level 2 BA
-- level 2 BB
if I select 'level 2 AA', then I can add to selection only 'level 2AB'. If I click on something else, previous selection resets
I can handle this using "onClick" and isSelected property change event, but I'm wondering if there is something built-in already.
Thanks
The XamDataTree does not have a built-in way to differentiate selection per level. However the XamTreeGrid does do this by default.