Reputation: 653
I'm trying to enable sorting for my gridview without AJAX, and having difficulty because when I call sorting it is running PageLoad again and never fires the Sorting event.
Any guides on how I do GridView sorting without AJAX?
Upvotes: 0
Views: 218
Reputation: 20620
If you are using jQuery there is a plug-in: http://tablesorter.com
Upvotes: 1