How to filter the items when using 'dropdown list multiple, publishing keys' ?
Hi,
I created a document type called 'MultipleCategory' with 'dropdown list multiple, publishing keys' as its property.I added some prevalues like c1, c2, c3. Then in content section, I added 3 items (item1, item2, item3).
For item1, I selected c1, c2 as its type from dropdown list multiple,publishing keys property.
For item2, I selected c2, c3 as its type.
For item3, I selected c3 as its type.
I listed out the categories in my page. Now I want to list out the items based on choosing each category.
for ex,
when I click c1, item1 should be listed out.
When I click c2, item1 and item2 should be listed out.
when I click c3, item2 and item3 should be listed out.
Previously I used dropdown list and works fine. But now I need to assign multiple category for each item. How can I achieve this through this property in partial view?
Sorry I don't have a lot of experience with the default dropdown of Umbraco, but that;s because I don't think it's very user friendly. Have you tried nuPickers? You could use the Enum Dropdown for example which is a lot easier to use.
How to filter the items when using 'dropdown list multiple, publishing keys' ?
Hi,
I created a document type called 'MultipleCategory' with 'dropdown list multiple, publishing keys' as its property.I added some prevalues like c1, c2, c3. Then in content section, I added 3 items (item1, item2, item3).
For item1, I selected c1, c2 as its type from dropdown list multiple,publishing keys property.
For item2, I selected c2, c3 as its type.
For item3, I selected c3 as its type.
I listed out the categories in my page. Now I want to list out the items based on choosing each category.
for ex,
when I click c1, item1 should be listed out.
When I click c2, item1 and item2 should be listed out.
when I click c3, item2 and item3 should be listed out.
Previously I used dropdown list and works fine. But now I need to assign multiple category for each item. How can I achieve this through this property in partial view?
Hello,
Sorry I don't have a lot of experience with the default dropdown of Umbraco, but that;s because I don't think it's very user friendly. Have you tried nuPickers? You could use the Enum Dropdown for example which is a lot easier to use.
Jeroen
is working on a reply...