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

Ajax does not work for IE8

1 Answer 83 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 08 Jun 2011, 04:30 PM
Hello 
i configurated the ajax 
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Euroamerica"   EnableEmbeddedSkins="False">
</telerik:RadAjaxLoadingPanel>
in mozilla firefox works correctly, but in internet explorer 8 not. 
i donĀ“t know what happen here... i need your help.
the code is this in radajaxmanager 
 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="UpdatePanel1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="UpdatePanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>
thk

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 10 Jun 2011, 07:03 AM
Hello EuroAmerica,

You should not use RadAjaxManager to ajaxify an UpdatePanel as these controls are interchangeable in their functionality. You can read more about this in the following links:
http://www.telerik.com/help/aspnet-ajax/ajax-ajaxmanager.html
http://www.telerik.com/help/aspnet-ajax/ajax-advantage-4.html

Try replacing your UpdatePanel controls with regular asp:Panel.

All the best,
Pavel
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
Fernando
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Share this question
or