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

[Solved] Ajax Between RadPanes

3 Answers 122 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, 12:57 PM
Sorry for reposting, but I did update this and it said to repost, not to update....

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?  Is this the correct behavior?

<

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>

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Apr 2008, 01:10 PM
Hello Vme,

The answers to the following questions can help us isolate the source of the issue to eliminate it accordingly:
  • Does this flicker happen under a particular browser only?
  • Can you please check whether replacing the RadAjaxPanel with standard MS UpdatePanel or RadAjaxManager alleviates the visual glitch?
  • Do you use the latest version 2007.3.14.25 of RadControls Prometheus when encountering this abnormality?
Kind regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vme
Top achievements
Rank 1
answered on 08 Apr 2008, 01:22 PM
  • Does this flicker happen under a particular browser only?
    • Happens under both Mozilla & IE
  • Can you please check whether replacing the RadAjaxPanel with standard MS UpdatePanel or RadAjaxManager alleviates the visual glitch?
    • I tried all these options.  They all give me pretty much identical results with flickering.  With a simple button, this doesn't appear to be a big deal, but when I have a
  • Do you use the latest version 2007.3.14.25 of RadControls Prometheus when encountering this abnormality?
    • Yes, I'm using the most current.
0
Sebastian
Telerik team
answered on 08 Apr 2008, 01:32 PM
Hi Vme,

Since RadAjax Prometheus is based on ASP.NET AJAX and RadAjaxManager operates with MS UpdatePanels "behind the scenes", there is not much we can do if the flicker appears with standard MS UpdatePanels which ajaxify controls in the panes.

Just a shot in the dark - does replacing the RadScriptManager you use with standard ScriptManager on the page eliminates the unwanted glitch?

Kind regards,
Stephen
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
Sebastian
Telerik team
Vme
Top achievements
Rank 1
Share this question
or