Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > RadProgressManager Not updating in DNN 6.1.2

Answered RadProgressManager Not updating in DNN 6.1.2

Feed from this thread
  • chris avatar

    Posted on Dec 21, 2011 (permalink)

    Hello Everyone,

    I am upgrading a module to DNN 6.1.2 and my RadProgressManager seems to not be working anymore. I makes the called correctly to the code behind file and the progress is updated but the progress bar and the time elapsed never changes. I used fiddler to see what was happening with the responses and this was the results of my testing.

    // DNN 6.1.2
    var rawProgressData = {InProgress:false,ProgressCounters:false};

    // DNN 5.6.6
    var rawProgressData = {InProgress:true,ProgressCounters:true,SecondaryTotal:'4',SecondaryValue:'2',SecondaryPercent:'50',CurrentOperationText:'Exporting Portal: Test'};

    This is the code that I am using:

    <telerik:RadProgressManager ID="ProgressManager" runat="server" />
        <telerik:RadProgressArea ID="ProgressArea" runat="server"
            DisplayCancelButton="false"
            ProgressIndicators="FilesCountBar, FilesCount, SelectedFilesCount, CurrentFileName, TimeElapsed"
            style="z-index:99999;position:fixed;top:10px;left:10px;" />

    -Chris

    Reply

  • Answer Genady Sergeev Genady Sergeev admin's avatar

    Posted on Dec 27, 2011 (permalink)

    Hi,

    Have you changed the application pool your application is running under? Could you please specify it? Further, please paste here RadUploadHttpModule/Handler declarations, which can be found in the web.config, so that we can take a look.

    Greetings,
    Genady Sergeev
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

  • chris avatar

    Posted on Jan 3, 2012 (permalink)

    Genady,

    Sorry about this, there was anything module on the page with a java script error in it.
    Thanks for you help.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > RadProgressManager Not updating in DNN 6.1.2