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

[Solved] Display issues with the RadAjaxUpdatePanel

2 Answers 153 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
TadR
Top achievements
Rank 1
TadR asked on 28 Oct 2009, 08:28 PM

Hello,

I am having some display issues with the RadAjaxUpdatePanel.

I have a content page with a series of <divs> and controls which I have surrounded by the update panel.

On first view the page elements display perfectly,  after the initial post back, everything shifts left and down.
I have set the property of the update panel to inline to see if this may help and it continues to have the issue. 
I guess I am just trying to figure out what the difference is or what is added after post back that may cause this shift in position. Without the update panel, things look fine even after post back.

I am using the latest Ajax controls.

If it is any help the content tag on the master page is surronded by a Div as well.

Any insight would be appreciated.

Edit:

Using the asp:update panel works fine and does not cause the display issue.
It almost seems as though the radajaxpanel is not correctly using the render:inline.
Is there a way to programatically set this and in what stage of the control render?

2 Answers, 1 is accepted

Sort by
0
TadR
Top achievements
Rank 1
answered on 29 Oct 2009, 02:26 PM

Using the asp:update panel works fine and does not cause the display issue. 

It almost seems as though the radajaxpanel is not correctly using the render:inline. 
Is there a way to programatically set this and in what stage of the control render?

0
Iana Tsolova
Telerik team
answered on 03 Nov 2009, 09:04 AM
Hello TadR,

Indeed, setting the UpdatePanelsRenderMode of the RadAjaxManager should fix the described issue.
However, I suggest that you use either RadAjax or UpdatePanel to ajaxify particular page content but both and not to nest them.
Additionally, you can try sending the problematic page code for further investigation.

All the best,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
TadR
Top achievements
Rank 1
Answers by
TadR
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or