hi
i am design my grid like this
<table cellpadding="0" cellspacing="0" class="tab_prob" onmouseover="return clearlabel();">
<tr>
<td>
<div style ="width: 750px; overflow: auto; height: 160px">
<asp:GridView Width="100%" PagerSettings-Visible="true">
</asp:GridView>
</div>
</td>
</tr>
</table>
but when i will using scroll bar my gridview header did not show how to
set default show the header for refer below this image
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com