Hello,
I am working on a 8.4.1.12 solution on which I have multiple items and therefore multipleItemPublishers.
I have stumpled upon a very annoying issue. My Items are sorted in the backend (by dragging and dropping them in the right order) -> even though I've selected the sort method: Sort by Sort Value (as I reckon is the option to go with) it does not render the items in the correct order at all.
I have tried using LINQ as well, however I cannot get it to work - I can't find any documentation on how to query the list like:
foreach(var item i in GetLoop("ItemPublisher:Items.List").OrderBy("Sort Value", OrderByDirection.Ascending)...
can you guys give me any hints on how to accomplish this?
Regards,
MikkelTO