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 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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
is working on a reply...