Copied to clipboard

Flag this post as spam?

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


  • MK 426 posts 902 karma points
    Jun 17, 2013 @ 12:31
    MK
    0

    Multi Node Tree Picker and DynamicNode

    Hi there,

    Does anyone know why I get null nodes when doing the following? :

            DynamicNodeList nl = new DynamicNodeList();

            foreach (var item in Model.pcRelateProduct)

            {

                DynamicNode n = new DynamicNode(item.InnerText);

                nl.Add(n);

            }

     

    This error seems to happen quite often and im not sure why.

    Of course i make sure that all node are exists and publish .

    i can fix the error when reselecting the nodes in the multinodepicker .

    Regards,

    mkariti

     

  • MK 426 posts 902 karma points
    Jul 01, 2013 @ 16:34
    MK
    0

    Hi there,

    Is there a reason why the multi node picker still holds Ids of unexisted items?

    For some reason it will not let it go......

    Cheers

    mkariti

  • 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