Default Sorting in DynamicData
Posted
by Jens A.
on Stack Overflow
See other posts from Stack Overflow
or by Jens A.
Published on 2010-04-19T09:08:16Z
Indexed on
2010/04/19
9:13 UTC
Read the original article
Hit count: 204
I am using DynamicData in the version that shipped with VS2008. In the default List view, the data is sorted by order of entry into the database. I'd like to get it sorted by a field of a specific name (descending).
As a last resort I tried to use the OrderByParameter of the LinqDataSource with a QueryStringParameter, but I could not get it to sort anything. =)
Is there an easy way to accomplish this?
© Stack Overflow or respective owner