GridView排序jquery.tablesorter-创新互联

jquery.tablesorter 是个不错的表格排序插件

十余年的邵武网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。成都全网营销的优势是能够根据用户设备显示端的尺寸不同,自动调整邵武建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。成都创新互联公司从事“邵武网站设计”,“邵武网站推广”以来,每个客户项目都认真落实执行。

但是在给表格二次加载 也就是 点击按钮再加载数据的时候 表格失去了排序功能。

查阅资料  一般说 加上 $(".tablesorter").trigger("update");  这句,但是我用没效果,可能因为我用了 UpdatePanel。后来终于看到个有效果的 ,在这里备忘一下:

 

下面说下要注意的,记得给GridView 加上 默认是没有的,但是tablesorter 需要

OnDataBound="GridView1_DataBound"

 protected void GridView1_DataBound(object sender, EventArgs e)

    {

      if (this.GridView1.Rows.Count > 0)

      {

        GridView1.UseAccessibleHeader = true;

        GridView1.HeaderRow.TableSection = TableRowSection.TableHeader;

        GridView1.FooterRow.TableSection = TableRowSection.TableFooter;

      }

    }

 protected void Page_Load(object sender, EventArgs e)

    {

      if (this.GridView1.Rows.Count > 0)

      {

        GridView1.UseAccessibleHeader = true;

        GridView1.HeaderRow.TableSection = TableRowSection.TableHeader;

        GridView1.FooterRow.TableSection = TableRowSection.TableFooter;

      }

    }

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


当前文章:GridView排序jquery.tablesorter-创新互联
新闻来源:http://myzitong.com/article/dsghpe.html