CodeMinion
CodeMinion

Reputation: 653

GridView Sorting without AJAX?

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

Answers (1)

Steve Wellens
Steve Wellens

Reputation: 20620

If you are using jQuery there is a plug-in: http://tablesorter.com

Upvotes: 1

Related Questions