Copied to clipboard

Flag this post as spam?

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


  • Sören Deger 733 posts 2844 karma points c-trib
    Feb 25, 2013 @ 11:46
    Sören Deger
    0

    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:

    <?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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies