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

[Solved] Ajax-ed controls wrapping

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 03 Aug 2009, 04:59 PM
Recently we've noticed that when a control is added to an Ajax panel weird things are sometimes happening to the layout of the page.  For example, if using the RadDatePicker control the calendar might appear beneath the date text box rather than directly to the right of it.  Buttons at the bottom of a form, instead of laying out from right to left, will appear stacked vertically.  What is the reason for this and how do I correct it?  I've played around with increasing the width of the RadAjaxLoadingPanel to allow sufficient space but it does not seem to solve the problem.

Thanks in advance.

Rich

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 06 Aug 2009, 11:08 AM
Hello Rich,

By default the controls which are marked as updated controls through the RadAjaxManager settings are rendered as block elements. To show them with display="inline" setting, consider setting the UpdatePanelsRenderMode property of the ajax manager instance to true.

Best regards,
Sebastian
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
General Discussions
Asked by
Rich
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or