I am using RadControls for ASP.NET AJAX 2008 Q1. I have a RadGrid inside an UpdatePanel and use the EditForms edit mode. Everything works fine in Firefox, but when I use IE7 and try to edit a row that is not initially visible on the page and requires scrolling, the edit form gets open and I can see it for a moment, but then the page scrollbar moves all the way to the top.
That obviously makes it very confusing to the users since they cannot see the edit form and have to scroll down to use it.
Furthermore, when I click on the Save button on my edit form, if validation fails and the form stays open, the page again resets the scrollbar position all the way to the top.
That obviously makes it very confusing to the users since they cannot see the edit form and have to scroll down to use it.
Furthermore, when I click on the Save button on my edit form, if validation fails and the form stays open, the page again resets the scrollbar position all the way to the top.