Hello! I am facing a problem that when I click on the Grid Item to edit, after the post back the page shifts to the top and does not focus on the row which I have clicked for the editing. Please give me the solution and thanx in advance.
You can either add the MaintainScrollPositionOnPostback="true" setting to the page directive or AJAXify the Grid through RadAjaxManager to maintain the scroll position on postback.
If you want to save scroll position of RadGrid control you can set ClientSettings->Scrolling->SaveScrollPosition property to true. If you mean vertical scroll-bar of the page you can specify MaintainScrollPositionOnPostback="true" in the page directive of the ASPX file.