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

Ajax between Rad Panes

1 Answer 42 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Vme
Top achievements
Rank 1
Vme asked on 08 Apr 2008, 02:14 AM
going off an examples I've found in the forums, I'm having trouble getting the ajax to work correctly between two RadPanes.  In the simple example where a button is clicked and the other RadPane is updated with the current time, the RadPane where the button is located continually appears to flicker/flash?  

<

form id="form1" runat="server">

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

</telerik:RadScriptManager>

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server" height="75px"

width="75px">

<img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'

style="border: 0px;" />

</telerik:RadAjaxLoadingPanel>

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server"

HorizontalAlign="NotSet" LoadingPanelID="RadAjaxLoadingPanel1">

<telerik:RadSplitter ID="RadSplitter1" runat="server" Height="600px" Width="100%"

HeightOffset="65" Items-Capacity="8" LiveResize="True" Orientation="Vertical"

ResizeMode="AdjacentPane" Skin="Office2007" SplitBarsSize="" BackColor="White">

<telerik:RadPane ID="LeftPane" runat="server" Width="22" Scrolling="none">

<telerik:RadSlidingZone ID="SlidingZone1" runat="server" Width="22">

<telerik:RadSlidingPane ID="NavigationPanel" Title="Navigation" runat="server" Width="300px"

Scrolling="None">

<asp:Button ID="Button1" runat="server" Text="Button" />

</telerik:RadSlidingPane>

</telerik:RadSlidingZone>

</telerik:RadPane>

<telerik:RadSplitBar ID="RadSplitbar1" runat="server">

</telerik:RadSplitBar>

<telerik:RadPane ID="MiddlePane" runat="server" BackColor="White" Height="" Scrolling="None"

Width="99%">

<uc2:WebUserControl1 ID="WebUserControl11" runat="server" />

</telerik:RadPane>

</telerik:RadSplitter>

</ContentTemplate>

</telerik:RadAjaxPanel>

</form>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Apr 2008, 09:53 AM
Hi Vme,

Review the other forum post you started here and let us know if we can provide additional directions/assistance.

Best regards,
Maria Ilieva
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Vme
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or