Set the table's container div to a fixed height and then set 'fit:true' to the datagrid. Once the datagrid has the 'fit' property set to true, it will resize to full fill its container and the vertical scroll bar will disappear.
<div style="height:300px">
<table class="easyui-datagrid" fit="true" ...>
</table>
</div>