CSS控制GridView固定列头

<style type="text/css"> 
     .Freezing 
    {     
        position:relative ; 
        table-layout:fixed;
        top:expression(this.offsetParent.scrollTop);   
        z-index: 10;
    }

.Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px;}
</style>

 

在GridView属性里加入

<HeaderStyle CssClass="Freezing"/>

posted @ 2013-05-09 15:59  雨天过后  阅读(186)  评论(0)    收藏  举报