Introduction
This blog post explains how to use jQuery’s plugin Tablesorter to implement client side sorting in ASP.Net Gridview. This comes in handy especially when object data source is used with grid view as gridview does not provide sorting out of the box
Implementation
To implement TableSorter, the rendered table should have THEAD in the markup. Gridview does [...]
↧