Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8924091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:18:57+00:00 2026-06-15T07:18:57+00:00

I am using Telerik controls in Dotnetnuke custom modules, A problem has happened to

  • 0

I am using Telerik controls in Dotnetnuke custom modules,
A problem has happened to all ajax controls and the result is A postback request every time instead of Ajax Request.

In Firebug i can see,

Sys.InvalidOperationException: Sys.InvalidOperationException: The PageRequestManager cannot be initialized more than once.

the exception source is Telerik.Web.UI.WebResource.axd,

I know it’s not Telerik itself but a conflict between Telerik and DOTNETNUKE AJAX, however i couldn’t know where.

Any ideas to catch this exception and handle it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T07:18:59+00:00Added an answer on June 15, 2026 at 7:18 am

    The problem was using telerik:RadScriptManager

    I’ve used the following code to get the Excel import for RadGrid working,

            <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <script type="text/javascript">
            Sys.WebForms.PageRequestManager.getInstance().add_initializeRequest(initRequest);
            function initRequest(sender, args) {
                if (args.get_postBackElement().id.indexOf("ExportTo") != -1) {
                    args.set_cancel(true);  //stop async request
                    sender._form["__EVENTTARGET"].value = args.get_postBackElement().id.replace(/\_/g, "$");
                    sender._form["__EVENTARGUMENT"].value = "";
                    sender._form.submit();
                    return;
                }
            }
    

    The solution is to delete the extra RadScriptManager, since Dotnetnuke already has one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently using Telerik ASP .NET MVC Controls version 2011.2.712 Hello all, I am trying
I am using Telerik ASP.Net Ajax controls (theoretically shouldn't matter who makes the 3rd
I am using Telerik's Rad Controls for AJAX. I have created my own controls;
I am using Telerik ajax controls in VS2010 asp.net web project. I am only
Hey all, Im using the telerik radscheduler with a custom provider. In my custom
I have a project I'm working on and I'm using the Telerik MVC controls.
I have an ASP.NET application using the Telerik Q1 2009 controls. I have a
Using VS2008, and Telerik radGrid version 2010.1.519.35 I have a about 50 DNN modules
Will using MVC enabled Telerik controls with ASP.NET MVC violate the MVC model? And
I am using Telerik controls in Visual Studio 2008, in RadGrid. I create a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.