gridview增加thead 和tbody

作者:互联网   出处:控件中国网   2014-11-05 19:21:33   阅读:1

gridview增加thead 和tbody

第一种、GridView1.HeaderRow.TableSection = TableRowSection.TableHeader;

第二种、用jquery

  $(function() {


   $("#GriView1 tr:first").wrap("<thead></thead>");


    $("#GriView1 thead").insertBefore("#GriView1 tbody");


    $("#GriView1").tablesorter();


 });

 

Copyright© 2006-2015 ComponentCN.com all rights reserved.重庆磐岩科技有限公司(控件中国网) 版权所有 渝ICP备12000264号 法律顾问:元炳律师事务所
客服软件
live chat