Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have 2 Dropdowns with this Text and Value:
DropdownA:list1 with Value 48list2 with Value 49list3 with Value 50
DropdownB:list1.1 with Value 51list1.2 with Value 52list2.1 with Value 53list2.2 with Value 54
My cascadingProperties looks like this:
<?xml version="1.0" encoding="utf-8"?><cascadingProperties> <contentType alias="ClientData" > <cascade parentAlias="test1" childAlias="test2" cascadeType="Filtered"> <emptyMessage>DU sollst was auswählen!!!</emptyMessage> <item parentKey="48" childKeys="51,52" /> <item parentKey="49" childKeys="53,54" /> </cascade> </contentType></cascadingProperties>
But this doesn't work. If I change this:
<?xml version="1.0" encoding="utf-8"?><cascadingProperties> <contentType alias="ClientData" > <cascade parentAlias="test1" childAlias="test2" cascadeType="Filtered"> <emptyMessage>DU sollst was auswählen!!!</emptyMessage> <item parentKey="list1" childKeys="list1.1,list1.2" /> <item parentKey="list2" childKeys="list2.1,list2.2" /> </cascade> </contentType></cascadingProperties>
It doesn't work, too?
Am I doing something wrong or it is not compatible with Umbraco V6.0.0 ?
Best regards
Sören
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How use Cascading Properties in V6.0.0
Hi,
I have 2 Dropdowns with this Text and Value:
DropdownA:
list1 with Value 48
list2 with Value 49
list3 with Value 50
DropdownB:
list1.1 with Value 51
list1.2 with Value 52
list2.1 with Value 53
list2.2 with Value 54
My cascadingProperties looks like this:
But this doesn't work. If I change this:
It doesn't work, too?
Am I doing something wrong or it is not compatible with Umbraco V6.0.0 ?
Best regards
Sören
is working on a reply...