By default, filtering options for each column in a SharePoint List View Web Part are sorted alphabetically. Meaning, if there is a list and three list items with the following titles A, B & C, when you click on the column Title for sorting, the values shown will be in that same order "A", "B" & "C".
What I would like is to change the sorting criteria for these optons, and show the value of the newest item first. So, if item "C" was last created, then "B" and "A", options will be displayed in the following order: "C", "B" & "A".
Is there any way to achieve this behavior?