unsorting a gridview (original order)

  • Thread starter Thread starter JohnE
  • Start date Start date
J

JohnE

The users are asking for a way to 'unsort' a sorted gridview. They could
sort a column but afterwards want to return the gridview back to its original
order. To make it simple, a button at the bottom of the gridview (outside of
the grid) would be placed for the user to 'unsort'.
What and how is the best approach to doing this? Links and examples are good.
Thanks.
john
 
Why not just reload the page or, if using AJAX, the UpdatePanel...?

Also bear in mind John that you can override the default sort
expression for any column (i.e. just the column on its own) with
something as complex as you wish.
 
Back
Top