Is there a way to make jqGrid scroll to the bottom when a new row is added?

Posted by Rick on Stack Overflow See other posts from Stack Overflow or by Rick
Published on 2010-03-30T23:46:20Z Indexed on 2010/03/31 0:43 UTC
Read the original article Hit count: 557

Filed under:
|

I have a jqGrid on a page and users can click a button to add a new row. If there are already enough rows on the page to fill the visible portion of the grid the new row is added and a scroll bar appears but the user needs to scroll to see the new row.

Is there a way to do this programmatically?

© Stack Overflow or respective owner

Related posts about jqgrid

Related posts about JavaScript