Display a Pagelist in descending order
Is there a way to display a PageList (that forms the UI of a Repeating Dynamic Layout) in descending order? Ascending Order seems to be the default behavior.
When I display the above section in a DL TAB, the First TAB is the Pagelist 1, the Second TAB is PageList 2 and so on.
I want to Display in the First TAB PageList Size, in the Second TAB I need to Pagelist Size-1, in the Third TAB I need to display Pagelist Size-2, and so on. (The UpdateIDNum property essentially displays the Last or Latest Update)