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

In IE11 Rad ajax Lading Panel on Rad Tab shows thrown exception behind ajax lading panel and hangs

5 Answers 80 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Sandhya
Top achievements
Rank 1
Sandhya asked on 28 Nov 2014, 07:16 AM
I am using rad tabs with with content URL with following settings
.aspx code
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentPlaceHolder" runat="Server">
    <telerik:RadAjaxPanel ID="rjxPanel" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
 </telerik:RadAjaxPanel>
</asp:Content>

aspx.cs code

 protected void Page_Load(object sender, EventArgs e)
    {   RadAjaxManager rjxManager = RadAjaxManager.GetCurrent(this);
        //Create a new delegate to handle the AjaxRequest event   
        rjxManager.AjaxRequest += new RadAjaxControl.AjaxRequestDelegate(RadAjaxManager_AjaxRequest);
        rjxManager.AjaxSettings.AddAjaxSetting(rjxManager, pnl_OpportunityGroups);
   }

 protected void RadAjaxManager_AjaxRequest(object sender, AjaxRequestEventArgs e)
    {
        try
        {
            if (!string.IsNullOrEmpty(e.Argument))
            {
                if (e.Argument == "Rebind")
                    RadGrid_Group.Rebind();
            }
        }
        catch (Exception exc)
        {
            XITingExceptionProcessor.ProcessException(this, exc);
        }



    }

when exception is thrown then exception is shown behind loading panel In IE11 only.

I could not get solution
PFA.

5 Answers, 1 is accepted

Sort by
0
Sandhya
Top achievements
Rank 1
answered on 01 Dec 2014, 10:50 AM
can any body help me out with this. I have searched a lot no solution found till now. :(
0
Maria Ilieva
Telerik team
answered on 02 Dec 2014, 10:22 AM
Hello Sandhya,

The presented issue is rather strange and we do not have reports for similar problem form other users of ours.
Therefore I would kindly ask you to post the full page markup as well as the related code behind of the problematic page. Thus we will be able to recreate the page locally and see of the issue could be replicated on our end.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Sandhya
Top achievements
Rank 1
answered on 03 Dec 2014, 08:55 AM
Hello Maria,

Thanks for the reply.

We are using asp.net 3.5 and Telerik version 2012.2.2607.35.

PFA files.  ManageOpportunity.aspx  is main page which is having rad tabs which include tab Manage Groups which include the page ManageOpportunityGroups.aspx.  On Margin % update  Sets grid get refreshed with Ajax call. but on update if exception is thrown then it appears behind loading panel.

Regards,
Sandhya
0
Sandhya
Top achievements
Rank 1
answered on 03 Dec 2014, 09:02 AM
Hello Maria,

The code formatting taking a long at my end. Can you please provide an email or some other option so that i can upload the files.

Thanks & Regards,
Sandhya.
0
Maria Ilieva
Telerik team
answered on 08 Dec 2014, 09:42 AM
Hi Sandhya,

The support service we provide can be achieved only via the support ticketing system, by opening regular support ticket or in the forum channels.
Therefore you can open a regular ticket or simply upload the files to a public FTP so that I can download them and advise you further.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
Sandhya
Top achievements
Rank 1
Answers by
Sandhya
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or