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

Page flickers when using RadAjaxManagerProxy

1 Answer 76 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 1
Carl asked on 02 Mar 2009, 02:05 PM
Is it just me, or is it common for the page to do a PostBack (flicker) the first time the RadAjaxManagerProxy is used?

I've placed a RadAjaxManagerProxy on my page (actually, it's a template for a custom module in Sitefinity), and set the AjaxControlId and the ControlId to the name of a panel on my page. This panel wraps a bunch of textboxes, dropdown lists and buttons that are on a page. When I select an item in a dropdown, or click on a button, the page does what looks like a post back (flickers). After this though, whenever I click on a button or select an item in the dropdown, the action is performed without the flicker.

The RadAjaxManagerProxy is on several custom module templates, and this behaviour happens on all of them.

Thanks,
Carl J

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 05 Mar 2009, 09:39 AM
Hi Carl,

The behavior you have described may be experienced if the control which contains the proxy is dynamically loaded and then added to the page after the init phase of page's lifecycle. In order to workaround this you may try instead using a RadAjaxManagerProxy to programmatically add the ajax setting to RadAjaxManager inside module's PreRender event.

Please give it a try and let us know about the result.

Greetings,
Rosen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Carl
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or