nupicker xmlcheckboxlist Parent-Child tree node listing
Hello,
I would like to know if we can have xml checkboxlist displayed as parent-child tree checkboxes. I have tried different xPath queries but i'm unable to achieve the same. It just displays a checkbox list and not as tree structure. Can this be done using the nupicker xmlcheckboxlist control? If we can do that, can you please let me know the right xPath for the same?
Hi Raj, there was a check box tree picker in an earlier package for an older version of Umbraco: http://ucomponents.github.io/data-types/check-box-tree/ (I'm guessing that's the functionality you're after ?) but in nuPickers the XmlCheckBoxList is a flat list - you could however use custom labels to indent the checkbox items, but there wouldn't be the built in logic for ensuring descendants / ancestor sections.
Thank you for the quick reply and suggestion. Exactly, that was what i was looking for. I did come across Ucomponents package but unfortunately, it does not support Umbraco V7 and hence did not use the package. Thanks for clearing my question on nuPickers. Guess will have to look at custom implementation now.
nupicker xmlcheckboxlist Parent-Child tree node listing
Hello,
I would like to know if we can have xml checkboxlist displayed as parent-child tree checkboxes. I have tried different xPath queries but i'm unable to achieve the same. It just displays a checkbox list and not as tree structure. Can this be done using the nupicker xmlcheckboxlist control? If we can do that, can you please let me know the right xPath for the same?
Thanks, Raj
Hi Raj, there was a check box tree picker in an earlier package for an older version of Umbraco: http://ucomponents.github.io/data-types/check-box-tree/ (I'm guessing that's the functionality you're after ?) but in nuPickers the XmlCheckBoxList is a flat list - you could however use custom labels to indent the checkbox items, but there wouldn't be the built in logic for ensuring descendants / ancestor sections.
Hello Hendy,
Thank you for the quick reply and suggestion. Exactly, that was what i was looking for. I did come across Ucomponents package but unfortunately, it does not support Umbraco V7 and hence did not use the package. Thanks for clearing my question on nuPickers. Guess will have to look at custom implementation now.
-Raj
is working on a reply...