I need to set a default sort for my grids, setting sortexpression works fine. But when the user clicks the columnheader to reverse the sort order webgrid throws the following error: "A column has been specified more than once in the order by list. Columns in the order by list must be unique."
The order by clause reads: "ORDER BY [Employees].[LastName],[LastName]"