Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Chrome & Redirect causes Controls in FormDecorator to stay hidden

Answered Chrome & Redirect causes Controls in FormDecorator to stay hidden

Feed from this thread
  • Scott avatar

    Posted on Sep 22, 2010 (permalink)

    When a page containing a FormDecorator control is loaded in Chrome via a Redirect, most (but not all) times the controls all stay hidden.  I read another post about the delay between the hiding of the controls, decorating them, and showing them, but in this case the controls stay hidden.  The issue actually happens on several different pages that are loaded sometimes via a redirect.  The pages work normally in Chrome if not redirected to them and work normally in IE and Firefox.

    I'm guessing its related to caching redirects in Chrome, but i'm unable to find a workaround (other than disabling the FormDecorator).  Any ideas that i might try?

    Here's a snippet of my code.   The div "displayContainer" contains the controls.  Another thing i noticed is that the "skipped" controls stay hidden too.

    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Office2007"
            DecorationZoneID="displayContainer" DecoratedControls="All"  ControlsToSkip="Select"  />
     
    <div id="displayContainer"> ... </div>

    Thanks,
    Scott

    Reply

  • Answer Georgi Tunev Georgi Tunev admin's avatar

    Posted on Sep 23, 2010 (permalink)

    Hi Scott,

    Could you please check if your application is in debug mode? If it is, set debug=false in your web.config and see if the problem persists.
    I am asking this because last week such problem was reported by another customer and our investigation shows that the reason is in the way the new Chrome version handles ASP.NET AJAX scripts when debugging is enabled - the problem is not directly related to our controls and can be reproduced without them as well.

    Best wishes,
    Georgi Tunev
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Scott avatar

    Posted on Sep 23, 2010 (permalink)

    Worked like a charm!

    Reply

  • Elvis avatar

    Posted on Dec 19, 2011 (permalink)

    Same issue here.
    Update: Fixed by removing FormDecorator from user control.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FormDecorator > Chrome & Redirect causes Controls in FormDecorator to stay hidden
Related resources for "Chrome & Redirect causes Controls in FormDecorator to stay hidden"

ASP.NET FormDecorator Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]