Refer here:
http://www.aspsnippets.com/Articles/JQuery-Scrollable-GridView-with-Fixed-Header-in-ASPNet.aspx
What If i have many fields to be included in the gridview, so in that case I need HORIZONTAL SCROLL BAR. But I can't fixed the headers
Thanks~
So simply place the GridView inside a DIV and set some width and overflow:auto.
<div style = "overflow:auto;width:400px"> <!-- GridView goes here --> </div>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.