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

RadAjaxManager adds unwanted line break on post back

1 Answer 44 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Shuja
Top achievements
Rank 1
Shuja asked on 21 Feb 2011, 04:18 PM
Hi,

I have a RadGrid on a form which updates a RadAjaxLoadingPanel using a RadAjaxManager.
However, where ever i place the code for the RadAjaxManager, it will add an unwanted line break when i select an event in the RadGrid (i.e. when AJAX is triggered to update asynchronously). When the form originally loads, it is fine but an additional line break appears when i do anything (i.e. go to next record, click edit, go to last record, etc) in the RadGrid control. Here is the code for my RadAjaxManager:

 


<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadGrid1" >
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1"  />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>


I've used the same code & same controls in previous projects and they work absolutely fine - no line breaks appear after an update or post back. The only difference i can spot is that my current project has a master page, which has the script Manager listed there rather than each individual page.

Can you please help me figure this one out?

regards,

Shuja 

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 24 Feb 2011, 04:23 PM
Hello Shuja,

Can you specify if this happens in all browsers or in specific one? It might be of help if you send us screenshots or video showing the unexpected behavior.

Kind regards,
Iana
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Ajax
Asked by
Shuja
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or