Hi,
In my gridview, i need to fix the header while scrolling the grid.
I tried .css
.HeaderFreez
{
position:relative ;
top:expression(this.offsetParent.scrollTop);
z-index: 10;
}but the top style doesn't work. Is there any way to fix my header????
Plz help me if u know???? :)

Akhil MittalPosted Jun 12, 2014, 4:48 AM
http://www.dotnetspider.com/resources/45019-Scrollable-Gridview-with-fixed-Header-Footer-using-Javascript.aspx
Renuga krishnanPosted Jun 13, 2014, 7:02 AM