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...
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.
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.
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...
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.
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
is working on a reply...