Keeping the header on a gridview visible

  • Thread starter Thread starter Robert Smith
  • Start date Start date
R

Robert Smith

Hello,
I have a gridview bound to a datasource, however there are many rows
in the grid and the user has to scroll down and thus the header row is
obscurred. Is there anyway of keeping these headers visible whilst the
remaining rows move up and down.

Thanks
Robert
 
try


<div id="xxx" style="overflow:scroll; height:200px;">
<asp:gridview id="xxxxx" ......
</asp:gridview>
</div>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top