i solved my Problem
<script type="text/javascript" language="javascript">
$(document).ready(function () {
$('#<%=GridView2.ClientID %>').Scrollable({ScrollHeight: 100});
});
function pageLoad(sender, args)
{
if (args.get_isPartialLoad())
{
$('#<%=GridView2.ClientID %>').Scrollable({ScrollHeight: 100});
}
}
</script>
Just Use this i solved problem gridview with Jqery