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.
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.