Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > General Discussions > Flickrng issue on IE 8 but not on IE 7
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Answered Flickrng issue on IE 8 but not on IE 7

Feed from this thread
  • Reyaz avatar

    Posted on May 20, 2011 (permalink)

    Hi,

    I am getting flickering issue on IE8 but not on IE7. Please see the attached screen shot whenchecked image and whenunchecked image.

    Please suggest why this flickering is coming.

    Regards,
    Reyaz



    <telerik:RadAjaxManagerProxy ID="rajxMgrProxyNotification" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="rajxMgrProxyNotification">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="pnlNotification" />
                    <telerik:AjaxUpdatedControl ControlID="divErrorWarning" />
                    <telerik:AjaxUpdatedControl ControlID="grdNotifications" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="grdNotifications">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="grdNotifications" />
                    <telerik:AjaxUpdatedControl ControlID="pnlNotification" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="rdoImmediately">
                <UpdatedControls>                
                    <telerik:AjaxUpdatedControl ControlID="pnlImmediately" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="rdoSchedule">
                <UpdatedControls>                
                    <telerik:AjaxUpdatedControl ControlID="pnlSchedule" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="rdoEveryDay">
                <UpdatedControls>                
                    <telerik:AjaxUpdatedControl ControlID="pnlEveryDay" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="rdoSpecifiedDays">
                <UpdatedControls>                
                    <telerik:AjaxUpdatedControl ControlID="pnlSpecifiedDays" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="chkMultipleTimes">
                <UpdatedControls>                
                    <telerik:AjaxUpdatedControl ControlID="pnlMultipleTimes" LoadingPanelID="rajxLdpanNotification" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManagerProxy>
    <telerik:RadAjaxLoadingPanel ID="rajxLdpanNotification" runat="server">
    </telerik:RadAjaxLoadingPanel>



  • Answer Pavlina Pavlina admin's avatar

    Posted on May 23, 2011 (permalink)

    Hello Reyaz,

    This is indeed a strange issue. Can you please test the same case by disabling the RadAjaxManager temporary and use regular MS UpdatePanel? Do you observe the same effect with this configuration?

    Kind regards,
    Pavlina
    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.

  • Reyaz avatar

    Posted on Jun 13, 2011 (permalink)

    Hi Pavlina,

    Thanks for your support.

    I got the problem, It was due to style issue.

    Thanks and Regards,
    Reyaz

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > General Discussions > Flickrng issue on IE 8 but not on IE 7