HOW TO make columns in an ASP.NET GridView sortable with jQuery


         gridId = $("table[id$='grdEmployee']").attr("id");
         $('#' + gridid).tablesorter(); 
         $("#tablesorter").tablesorter({headers:{0:{sorter:false}}}); 


Also see:
Yours declaratively, GridView 
Beware of breaking changes in jQuery library versions 

Comments

Popular posts from this blog

30+ GitHub Products & Key Ecosystem Features You Should Know in 2026

HOW TO download files hosted in Azure Web App in bulk

This Week I Learned - Week 30 2026