Hi,
I've a radgrid with paging enabled. I've the PagerStyle-Mode="NextPrevAndNumeric" PageSize="20" set in my ascx.
I select 50 from the page size combobox and all the items come up. But when I scroll down to the bottom of the page and I select one item from the bottom of the page, suddenly my page moves to the top of the screen and then I need to scroll all the way down to find my selected item.
Some event happens causing the page to jump back to the top of the screen.
Pls help with code.
If I need to do some javascript, pls show with code.