Quantcast
Channel: Live To Code, Code To Live » .Net
Viewing all articles
Browse latest Browse all 5

Sortable GridView using jQuery’s TableSorter

$
0
0
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 [...]

Viewing all articles
Browse latest Browse all 5

Trending Articles