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

  • Home
  • SEARCH
  • 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 8695695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:05:55+00:00 2026-06-13T01:05:55+00:00

I am opening a Telerik RadWindowManager Pop up. There is a long Database operation

  • 0

I am opening a Telerik RadWindowManager Pop up.
There is a long Database operation to be performed.
During loading i.e. approximately for 35-40 seconds, for the moment, I keep on waiting until the process will come to an end.

Is there any way to load the design first and show a Loader / progress bar to inform the user to wait…Actually the problem gets worse when the Internet speed is slow…

Any suggestion….

  • 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-13T01:05:56+00:00Added an answer on June 13, 2026 at 1:05 am

    Still an Alternative below… But not a solution

    I can show a loading panel as follows while the content loads

    Mark Up

    <div id="loading" style=" width: 100px; height: 50px; display: none; 
                                                  text-align: center; margin: auto;">
        loading...
    </div>
    <asp:Button ID="RadButton1" runat="server" 
                     Text="RadButton1" OnClientClick="openRadWnd(); return false;" />
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server">
       <Windows>
          <telerik:RadWindow ID="RadWindow1" runat="server" 
                   NavigateUrl="url" ShowContentDuringLoad="false"
                   OnClientShow="OnClientShow" OnClientPageLoad="OnClientPageLoad">
          </telerik:RadWindow>
       </Windows>
    </telerik:RadWindowManager>
    

    JavaScript

    <script type="text/javascript">
        var loadingSign = null;
        var contentCell = null;
        function openRadWnd() {
            $find("<%=RadWindow1.ClientID %>").show();
        }
        function OnClientShow(sender, args) {
            loadingSign = $get("loading");
            contentCell = sender._contentCell;
            if (contentCell && loadingSign) {
                contentCell.appendChild(loadingSign);
                contentCell.style.verticalAlign = "middle";
                loadingSign.style.display = "";
            }
        }
        function OnClientPageLoad(sender, args) {
            if (contentCell && loadingSign) {
                contentCell.removeChild(loadingSign);
                contentCell.style.verticalAlign = "";
                loadingSign.style.display = "none";
            }
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After opening a pipe to a process with popen , is there a way
I'm opening an Access DataBase with just the provider and data source in my
Is opening a file stream a costly operation I'd like to provide a lazy
When opening my activity where my database is being created, it immediately crashes with
While opening any MS Access database, a security warning appears saying that the file
Is opening/closing db cursor costly operation? What is the best practice, to use a
Opening the calculator to do such tiny stuff appears annoying to me ,and I
Opening an XML file in Internet explorer gives a security warning. IE has a
Opening an application( probably an .exe file) as an administrator in headless mode from
When opening a new tkinter window, I only want the user to be able

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.