Copied to clipboard

Flag this post as spam?

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


  • Balvvant 5 posts 25 karma points
    Feb 28, 2014 @ 16:19
    Balvvant
    0

    Cascading dropdown...

    Hi,

    I have gone through this control and the trainig video. But I am not able to find a way to fit my requirement in this.

    I have following structure... My structure

    I need to create cascading dropdown in such a way that the first dropdown shows all the L1 level entries. When user select any item in this dropdown then it will fill the second dropdown with all L2 items under selected L1 level value. When user selects the L2 level value then the third dropdown should show be filled with all the values in the L3 level under the selected L2 level values. When user publish the data it should able to save it and display back when selected the same node. How we can achieve this.

    Appreciate your help. Thanks a lot.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Feb 28, 2014 @ 18:46
    Ismail Mayat
    0

    What version of Umbraco are you using? If v6 then i would create umbraco webapi and then use some kind of jquery cascading drop down that can call the web api as data source. Some information on umbraco webapi here http://our.umbraco.org/Documentation/Reference/WebApi/authorization in there you can make use of umbraco api to get you the levels so first would be level 1 then on click of level 1 make another query to get you level2 etc etc.

    Regards

    Ismail

Please Sign in or register to post replies

Write your reply to:

Draft