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

AjaxPanel Callback

1 Answer 47 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 29 Dec 2011, 10:49 AM
In Each Callback of AjaxPanel the AjaxPanel and the containers inside the AjaxPanel shrinks, is there any easy way to prevent it?

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

</telerik:RadScriptManager>

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default">

</telerik:RadAjaxLoadingPanel>

 

 

<

 

 

telerik:RadAjaxPanel ID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" runat="server" >

 

<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">

</asp:ContentPlaceHolder>

 

</telerik:RadAjaxPanel>

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 29 Dec 2011, 03:18 PM
Hi,

Can you make a video to show as what happens? Basically there is no reason for the RadAjaxPanel dimensions to be changed. They depend on the content inside it. If the content changes, then it is expected that the RadAjaxPanel width and height change too.

Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Johnny
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Share this question
or