I'm wondering if you can maintain the scroll position of a web page after a partial render. Basically, after a radio button is selected I'm doing a partial render of the entire panelBox it is enclosed in. The partial render reveals a new radio button underneath it (or hides it, depending on the option already chosen). I've scrolled to the end of the web page (this is the last item in that panelBox). The web page requires scrolling to reach that radio button.
Regardless of what option is selected, the page "jumps" and the selected radio button is always at the bottom of the page.
Can this be prevented? It is really annoying the users!
Thanks,
Ian