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

AJAX Partial Postback messing with formatting

1 Answer 40 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 22 Jan 2009, 06:32 PM
Hello,

I have this:

<div style="white-space:nowrap;text-align:center">
   <cc1:UserControl1 .. />
</div>

The user control has some link buttons in it that post back; these buttons raise an event on the user control.  This is AJAXified via:

<tel:RadAjaxManager ..>
  <AjaxSettings>
    <tel:AjaxSetting ControlID="UC1">
      <UpdatedControls>
         <tel:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="LoadingPanel1" />
      </UpdatedControls>
    </tel:AjaxSetting>
  </AjaxSettings>
</tel:RadAjaxManager>

However, when the page posts back due to the link buttons in the user control, the content in the user control gets weird; the second row of links shifts to the left and becomes left aligned until the rad grid refreshes completely, then it goes back to the center.  Anyone experience this, and is  there a solution?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Jan 2009, 12:12 PM
Hi Brian Mains,

The information provided is not enough to tell what the problem is. Please prepare a simple runnable web page and post it here. Thanks.

Sincerely yours,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or