I want to essentially reload my grid in-place, preserving the scroll position when performing a reloadGrid.
How can I do this? Right now when I reload the grid in certain situations I want it to refresh the data in the grid without resetting the scroll position to the top as it normally does. My current workaround is to capture the scrollTop value and then push that back into the DOM after the grid load completes.
Before I was pushing my new raw table HTML into a div's innerhtml and it preserved the scroll position, overwriting the previous table without visually stuttering or changing (apart from the cell content of course).
Can I replicate this with jqgrid?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top