I have a 4-tier hierarchy grid. When I click anything that results in a postback, the page resets to the top of the page instead of focusing on where the control was clicked. I am unsure what settings would need to be changed; any help is appreciated.
Problem solved. There wasnt a problem with the radgrid, as the grid itself was not scrolling. However, there are settings for this under the Rad Grid property Manager->General Settings->Client Settings under scrolling.
My problem was the aspx page itself was not set to maintain scroll position on postback. This is simple to add to the page tag at the top.