I'm trying to create a multipicker that works in 4.5 with the new tree and I now want to add the option to set a start node for the picker, so the tree only renders from that node "downwards". I've looked at the umbraco source, I've tried many different things and nothing works. The Tree control has a StartNodeID property that does nothing. I try calling SetTreeService with my own custom TreeService instance with a set StartNodeID but nothing either...
This a probably a bit late, but I've there are already several multipickers (like DAMP and MNTP) which can do this. Both projects are open source so you can check how the start node is set.
Umbraco 4.5 Tree - How to set the start node?
Hi folks,
I'm trying to create a multipicker that works in 4.5 with the new tree and I now want to add the option to set a start node for the picker, so the tree only renders from that node "downwards". I've looked at the umbraco source, I've tried many different things and nothing works. The Tree control has a StartNodeID property that does nothing. I try calling SetTreeService with my own custom TreeService instance with a set StartNodeID but nothing either...
Any help?
Thanks,
Emanuel
This a probably a bit late, but I've there are already several multipickers (like DAMP and MNTP) which can do this. Both projects are open source so you can check how the start node is set.
Jeroen
is working on a reply...