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?