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

Ajaxified controls do not flow

2 Answers 44 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 17 Nov 2010, 05:36 PM
I have 2 RadTextBox controls that I want to flow one after the other on a page if there is room.  They work correctly until I ajaxify them, then they line up, the second one below the first (even though there is room on the page for them to be side by side.
The only difference I see in the HTML code as it runs is that the ajaxified controls are each wrapped with an additional <div >.

 

<telerik:RadTextBox ID="rtbIncidentStartTime" runat="server" ReadOnly="true" BackColor="#F8F8F8" Label="Incident Start Time" Width="310px">

 

 

</telerik:RadTextBox>&nbsp&nbsp

 

 

<telerik:RadTextBox ID="rtbIncidentRestoreTime" runat="server" ReadOnly="true" BackColor="#F8F8F8" Label="Incident Restore Time" Width="310px">

 

 

</telerik:RadTextBox><br />

How do I get the ajaxified controls to behave like the non-ajaxified  version?

 

2 Answers, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 22 Nov 2010, 04:01 PM
Hello Michael,

Please take a look at the Layout problem: Updated controls on new line help topic for a explanation of the cause of the issue and its resolution.

I hope it helps.

Sincerely yours,
Mira
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Michael
Top achievements
Rank 1
answered on 22 Nov 2010, 08:31 PM
Thank you; That was to property I was not familiar with.

Problem solved
Tags
Ajax
Asked by
Michael
Top achievements
Rank 1
Answers by
Mira
Telerik team
Michael
Top achievements
Rank 1
Share this question
or