The usual way is to use some javascript to set the current scroll position to a hidden field, and then restore that position when the page loads (usually in a jquery ready event).
However, this is really just a side effect. You have to do some ajax command to update the grid, not the postback, then scrolling is not required.
Erik funkenbusch
source share