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...
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.
Continue discussion
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...
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.