[Conclusion] The DataGrid fixed table header implementation (vertical and horizontal scroll bars scroll, while the header does not move)

Source: Internet
Author: User

1. Use CSS to customize the cssclass attribute of the DataGrid header headerstyle

. Fixtitle
{
/* Background: Navy;
Color: White ;*/
Position: relative;
Top: expression (this. offsetparent. scrolltop );
}

 

1 < Div Style = "Z-INDEX: 102; left: pixel PX; overflow: auto; width: 184px; top: 128px; Height: 216px"
2 Ms_positioning = "Gridlayout" >
3 < ASP: DataGrid ID = "Datagrid1" Style = "Z-INDEX: 103 ;" Runat = "Server" Bordercolor = "# Deba84" Borderstyle = "NONE"
4 Borderwidth = "1px" Backcolor = "# Deba84" Cellpadding = "0" >
5 < Selecteditemstyle Font-bold = "True" Forecolor = "White" Backcolor = "# 738a9c" > </ Selecteditemstyle >
6 < Itemstyle Forecolor = "#8c4510" Backcolor = "# Fff7e7" > </ Itemstyle >
7 < Headerstyle Font-bold = "True" Forecolor = "White" Cssclass = "Fixtitle" Backcolor = "# A55129" > </ Headerstyle >
8 < Footerstyle Forecolor = "#8c4510" Backcolor = "# F7dfb5" > </ Footerstyle >
9 < Pagerstyle Horizontalalign = "Center" Forecolor = "#8c4510" Mode = "Numericpages" > </ Pagerstyle >
10 </ ASP: DataGrid > </ Div >

Note that the position of the DataGrid cannot be an absolute position!

2. Meng's approach
Http://dotnet.aspx.cc/ShowDetail.aspx? B3F3462D-DC34-41CE-9FEE-6965B2A3D1AD

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.