I have a master-detail relationship that I need to filter within a form.
For example, I have two DropDownList controls, one containing a list of Locations, and another containing a list of courses offered. I'd like to filter the list of courses based on the selected location.
Master-detail filtering in forms
I have a master-detail relationship that I need to filter within a form.
For example, I have two DropDownList controls, one containing a list of Locations, and another containing a list of courses offered. I'd like to filter the list of courses based on the selected location.
Is there any way to achieve this using Contour?
Comment author was deleted
Nothing in there by default at this point, but something we"ll look into for version 4
So currently you'll need to do some hacking check out this example
http://our.umbraco.org/forum/umbraco-pro/contour/43840-Contour-Conditional-Prevalues
is working on a reply...