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
Hello all!
My company is still using the Multi-Node-Treepicker control with Umbraco v 7.4.1.3. Documentation says this is deprecated.
Question: Should we even still be using this control, and if not, what do you think the appropriate alternative should be?
Thanks! Dustin
Hi Dustin
It's not deprecated - But there has been an update to it. And quickly looking at the list of built in property editors here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/ can give one that idea.
However there is 2 listed...The old one that has been marked as obsolete with the release of v7.6, which is the one documented here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multinode-Treepicker
And then the "new" one, which is still very alive and kicking here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multinode-Treepicker2
The difference is how the selected values are returned. The old picker returned either an id or a csv list of values. The new one returns a IEnumerable
So by all means keep using the multinode treepicker on your solutions.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Alternative to Multi-Node-Treepicker control.
Hello all!
My company is still using the Multi-Node-Treepicker control with Umbraco v 7.4.1.3. Documentation says this is deprecated.
Question: Should we even still be using this control, and if not, what do you think the appropriate alternative should be?
Thanks! Dustin
Hi Dustin
It's not deprecated - But there has been an update to it. And quickly looking at the list of built in property editors here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/ can give one that idea.
However there is 2 listed...The old one that has been marked as obsolete with the release of v7.6, which is the one documented here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multinode-Treepicker
And then the "new" one, which is still very alive and kicking here https://our.umbraco.org/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Multinode-Treepicker2
The difference is how the selected values are returned. The old picker returned either an id or a csv list of values. The new one returns a IEnumerable
So by all means keep using the multinode treepicker on your solutions.
/Jan
is working on a reply...