2
Reply

Fixed Header in Gridview

Renuga krishnan

Renuga krishnan

Jun 12 2014 4:44 AM
870
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???? :)

Answers (2)