settings.Settings.VerticalScrollBarMode = ScrollBarMode.Visible;settings.Settings.VerticalScrollableHeight = 200;
<div class="test" style="overflow: scroll; width: 150px"> <div style="width: 1000px"> @grid.GetHtml() </div></div>
<div style="width: 100%; height: 400px; overflow: scroll">your GridView</div>
Login to post response