Click here to Skip to main content
15,895,084 members
Articles / Web Development / ASP.NET

How to Freeze GridView Header While Scrolling ?

Rate me:
Please Sign up or sign in to vote.
4.50/5 (8 votes)
14 Mar 2010CPOL 36.4K   5  
This thing is working for both horizontal and verticle scrolling. Here id of the div is hard coded but you can use jquery to attach css class to div element. div#gridPanel { width:900px; overflow:scroll; position:relative;}div#gridPanel th{ top:...

Revisions


  

Compare Revision Minor Date Status Editor
5 - publicly available Yes 14-Mar-10 21:25 Available Pranay Rana
3 No 14-Mar-10 21:24 Composing
2 No 14-Mar-10 21:23 Composing
1 No 14-Mar-10 21:21 Composing

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India

Microsoft C# MVP (12-13)



Hey, I am Pranay Rana, working as a Team Leadin MNC. Web development in Asp.Net with C# and MS sql server are the experience tools that I have had for the past 5.5 years now.

For me def. of programming is : Programming is something that you do once and that get used by multiple for many years

You can visit my blog


StackOverFlow - http://stackoverflow.com/users/314488/pranay
My CV :- http://careers.stackoverflow.com/pranayamr

Awards:



Comments and Discussions