Default Sorting in DynamicData
- by Jens A.
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?