Is there a way to maje 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/30
23:53 UTC
Read the original article
Hit count: 608
jqgrid
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