You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$orderby=Property1 desc,Property2 asc
returns an ordered list by Property1 but ignores Property2 even though all items has the same value for Property1
Is there a way to order by multiple properties? I also noticed that using [Property1] throws an exception.
The text was updated successfully, but these errors were encountered:
hi, we are facing same problem. multiple column sort query generating ef query with only the first column rest of the orderby columns ignored.
anyone got this working ?
$orderby=Property1 desc,Property2 asc
returns an ordered list by Property1 but ignores Property2 even though all items has the same value for Property1
Is there a way to order by multiple properties? I also noticed that using [Property1] throws an exception.
The text was updated successfully, but these errors were encountered: