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

RadAjaxManager and Line Breaks

1 Answer 121 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dean Hunter
Top achievements
Rank 1
Dean Hunter asked on 20 Nov 2009, 11:48 AM
Hi,

I'm using the radAjaxManager control.  I have a button that opens a modal then uses this to load data to the text box next to it.

When I add the button to the radajaxmanager it causes a line break and the button is no longer next to the text box.  I have tried to wrap the controls together in in a table, however this just pushes the whole table to another row.

Anyone know how to fix this?

Thanks

Dean

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 20 Nov 2009, 12:56 PM
Hi Dean,

You probably know that ajaxified controls have an update panel around them, which is rendered as a <div>, which in turn is a block-level HTML element and forces a new line by default.

You can set an inline update panel mode to the RadAjaxManager or for a particular UpdatedControl in its AjaxSettings.

http://www.telerik.com/help/aspnet-ajax/layout-problem-updated-controls-on-new-line.html

Best wishes,
Dimo
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
Dean Hunter
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or