Hi ValZ, not sure what you mean, do you mean after the page loads and you click a column to change the sort? if yes then that overieds the default sort and since out of the box the GridView does not support multi column search you will need to extend it
a little see
http://www.codeproject.com/Articles/14437/Extending-GridView-by-allowing-Multiple-Selections that may help.
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
sjnaughton
All-Star
27330 Points
5459 Posts
MVP
Re: Sorting 2 columns in List.aspx
Apr 26, 2012 11:22 AM|LINK
Hi ValZ, not sure what you mean, do you mean after the page loads and you click a column to change the sort? if yes then that overieds the default sort and since out of the box the GridView does not support multi column search you will need to extend it a little see http://www.codeproject.com/Articles/14437/Extending-GridView-by-allowing-Multiple-Selections that may help.
Always seeking an elegant solution.