Scroll to end of grid

Is there a way of automatically scrolling to the last entry in a grid. i.e. I load a grid of 100 rows and on completing the load scroll to the last row so I see the most recent entry.

Thanks

Try:

mygrid.showRow( mygrid.getRowId( mygrid.getRowsNum() ) );