Hello Fábio,
Do you have some custom client-side handlers attached to the RadWindow or RadWindowManager? Are you performing and AJAX request when closing the RadWindow? If so the scrolling would come from the default MS AJAX behavior and more details about persisting the scroll position are available in the net, e.g. via
this google search. Usually setting the MaintainScrollPositionOnPostback property of the Page to true solves this.
I am asking this because by itself the RadWIndow does not modify the page like this. The following markup works fine with me:
And you can see my test here:
http://screencast.com/t/44oYkSbdfOF.
Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.