Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
XamDataTree multiple selections only on the same level
posted

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

  • 28925
    Offline posted

    Hello,

    The XamDataTree does not have a built-in way to differentiate selection per level. However the XamTreeGrid does do this by default.