This is a migrated thread and some comments may be shown as answers.

Focus problem while scrolling the page

1 Answer 51 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mukesh
Top achievements
Rank 1
Mukesh asked on 07 Jan 2012, 06:02 PM
I got struck in strange problem. Actually I previously posted it in the forum and did not get any reply.
In one of my forms I use RadAjaxManager, RadAjaxLoadingPanel, RadTabStrip, RadMultiPage and RadGrid along with some other controls. The page works correctly. My problem is that, when I scroll down the page, it will go up automatically. When I scroll up, it will go down. What would be the problem here?

One more problem is there, the loading panel is not working all the times. Its showing the loading image only some times.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 09 Jan 2012, 03:59 PM
Hello,

Under what browser you are experiencing this behavior? This is most probably a browser behavior, because RadAjax has nothing to do with the scrolling feature of the browser. If you want to scroll the content after a partial postback the logic should be custom written. IE has a known bug with scrolling, check if this is behavior is reproduced in the other browsers too.

About the other question, RadAjaxLoading panel is shown only during the Ajax request, if the request is too short the LoadingPanel may not be showed. However, you could change this behavior by setting the InitialDelayTime and the MinDisplayTime. More information about these two properties could be found in this help topic.


Regards,
Andrey
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
Tags
Ajax
Asked by
Mukesh
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or