Click here to Skip to main content
15,918,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make the header of gridview to make visible when we scroll through the records of gridview?
Posted

As I understand you need a scrollable GridView control with fixed headers. If this is what you want I suggest you go through these links:
http://weblogs.asp.net/dwahlin/archive/2007/07/31/freeze-asp-net-gridview-headers-by-creating-client-side-extenders.aspx[^]
Scrollable Gridview with Freeze header and sort image.[^]

There are plenty of similar articles on net if you try Google.

Hope that helps!
 
Share this answer
 
Comments
shan.it 17-Jun-11 1:53am    
Thanks for the Reply Rakeshmeena...!
shan.it 17-Jun-11 2:36am    
Thanks i got it but not for paging gridview...!
 
Share this answer
 
v2
Comments
shan.it 17-Jun-11 2:36am    
Thanks i got it but not for paging gridview...!
You probably need to set something like

dataGridView1.RowHeadersVisible = true;


when the form loads.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900