If I create a custom list view with a property that is using a Multinode Treepicker, I see the ID of that picked node rather than the name of that node:
The columns "City" and "State" are pickers. In this case, "1089" and "1088" are node ID's. I'd rather show the name of those nodes (e.g., "Irvine" and "California"). Is there an easy way to do that?
Custom List View with Picker Properties
If I create a custom list view with a property that is using a Multinode Treepicker, I see the ID of that picked node rather than the name of that node:
The columns "City" and "State" are pickers. In this case, "1089" and "1088" are node ID's. I'd rather show the name of those nodes (e.g., "Irvine" and "California"). Is there an easy way to do that?
I suspect this is not currently possible, so I submitted an issue on the Umbraco issue tracker: http://issues.umbraco.org/issue/U4-6573
is working on a reply...