Put your ASP.NET DataGrid control within the following <div> tag to make a DataGrid scrollable. You may want to change the height and width according to your requirements.
<div style="vertical-align top; height: 152px; overflow:auto;width:800px;">
</div>