Reyaz
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
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
Reyaz
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