Wednesday, June 13, 2007

GridView : Fixed Headers

http://www.dotnetbips.com/articles/displayarticledetails.aspx?articleid=532

style.FixedCell
{
position: relative;
top: 0px;
}

Will work well if you dont have any divs on the header.

No comments: