I have a Nested Content Picker in one of my documenttypes and I'm trying to access the sortorder in the partial view.... the property does not seem to exist. (umbraco 8) How do I access it? I can sort the content items in the backend.. but it does no good. We used to sort the items on a custom property... i want to sort them explicitly by their sorted position in the content picker list...
Nested Content SortOrder
I have a Nested Content Picker in one of my documenttypes and I'm trying to access the sortorder in the partial view.... the property does not seem to exist. (umbraco 8) How do I access it? I can sort the content items in the backend.. but it does no good. We used to sort the items on a custom property... i want to sort them explicitly by their sorted position in the content picker list...
If you don't provide a sort order doesn't it just use the sort order in the back office? Basically don't use any OrderBy() in your partial.
I might be misunderstanding your question...
-Amir
That did it. The simple solution is usually the answer...
It helps if you publish the correct view to your production environment when your testing is complete... :-/
Max
ha! I remember getting stuck with this same thing back in the day when I built my first Umbraco blog section.
is working on a reply...