Is it possible to change the focus of a page to the top pager on a grid, or a textbox just above the grid, client side prior to firing the server events when using the bottom pager to switch pages?
I can use something like this on the server side,
ScriptManager.
SetFocus(focusOnControl);
to set the focus to the top of my page, but the page actually jumps about a third of the way up the page and then goes the rest of the way to the top of the page to set the focus. I want the focus to be set in one step, without the delay, is that possible?
Thank you