Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Abhishek 11 posts 52 karma points
    Nov 20, 2015 @ 23:34
    Abhishek
    0

    Umbrac0 - Dropdown List

    Hi,

    I have following structure in my Umbraco Setup:

    RootNode Node1 - Children1 - Children2 - Children3 - Children3

    I have a dropdown in Rootnode in which I want to bind all the published children of Node1.

    Thanks in Advance...

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Nov 21, 2015 @ 02:30
    Hendy Racher
    0

    Hi Abhishek,

    You could use the Xml DropDown Picker in nuPickers.

    It can be configured with XPath to find the nodes to use as options, so depending how you want to identify Node1, the Options XPath could be configured with:

    • //Node1Type/*[@isDoc]

    HTH, Hendy

  • Abhishek 11 posts 52 karma points
    Nov 21, 2015 @ 06:47
    Abhishek
    0

    Hi Hendy,

    Thanks for the suggestion !!!

    I have downloaded the package, however not able to figure how to use it. I'm not able to locate nuPickers - CheckBox Picker anywhere in umbraco i.e. including Data Types or in Doctype Property Type dropdown.

    This seems to be what I'm looking for, please let me know if I have misssed out any configuration step, I'm using Umbraco latest version.

    Thanks in Advance !!!!

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Nov 21, 2015 @ 09:51
    Hendy Racher
    100

    Hi Abhishek,

    If you go to the Developer section, select Data Types and click the '...' to Create a new data type, can you see nuPickers: Xml DropDown Picker in the drop down list of property editors ?

  • Abhishek 11 posts 52 karma points
    Nov 22, 2015 @ 07:39
    Abhishek
    1

    HI Hendy

    Thanks at lot for your help and time.. solution worked and it was exactly I was looking for.

    Thanks !!!!

Please Sign in or register to post replies

Write your reply to:

Draft