This is a migrated thread and some comments may be shown as answers.

Slow open of radwindow

11 Answers 489 Views
Window
This is a migrated thread and some comments may be shown as answers.
Satyadev
Top achievements
Rank 1
Satyadev asked on 17 Jul 2009, 01:37 PM
HiTeam,

While opening of rad window in my project, it is taking more time to load.

Could you give any suggestions about slow...


Satyadev.

11 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Jul 2009, 11:17 AM
Hello Satyadev,

This could happen if you are loading a page inside RadWindow that has a lot of content - the browser needs more time to render the content in the IFRAME. If this is not your case, please provide more information about the problem.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Satyadev
Top achievements
Rank 1
answered on 21 Jul 2009, 06:10 AM
hi Georgi,

i ve a simple login page...
Absolute nothing in page_load()
--------------

protected void Page_Load(object sender, EventArgs e)
    {
        Page.Form.DefaultButton = Login.UniqueID;
        Page.Title = "Sign In to ProteinLounge";
        
    }

source codes:
------------------

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="LoginRegistration.aspx.cs" Inherits="Registration_LoginRegistration" %>
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<link href="default.css" rel="stylesheet" type="text/css" />                                                                 
                                                      
<head runat="server">
    <title>ProteinLounge</title>
   


    <style type="text/css">
        .style1
        {
            width: 100%;
        }
    </style>


    <link href="Office2007/FormDecorator.Office2007.css" rel="stylesheet"
        type="text/css" />


</head>
<body>
    <form id="form1" runat="server">
    <telerik:radscriptmanager runat="server" ID="RadScriptManagerLogin"
        LoadScriptsBeforeUI="False"></telerik:radscriptmanager>
  
    <telerik:RadStyleSheetManager ID="RadStyleSheetManagerLogin" Runat="server">
    </telerik:RadStyleSheetManager>
       
    <telerik:RadFormDecorator ID="RadFormDecorator1" Runat="server"  Skin="Office2007" EnableEmbeddedSkins="False" />
    <table cellpadding="0" cellspacing="0" class="style1">
        <tr>
            <td>
                &nbsp;</td>
        </tr>
        <tr>
            <td>
       
    <table cellpadding="5" cellspacing="0" width="270px" align="center">
        <tr>
           
            <td>
                <table id="LoginInfo" runat="server" cellpadding="0" cellspacing="0"
                    width="100%">
                    <tr>
                        <td>
                            <telerik:RadAjaxLoadingPanel ID="LoginLoadingPanel" runat="server"
                                IsSticky="true"
                                
                                
                                style="margin-top:80px;margin-left:40px;position:absolute;z-index: 100; top: -2px; left: 205px; height: 70px; width: 39px;">
                                <asp:Image ID="LoadingImage1" runat="server" AlternateText="Validating..."
                                    ImageUrl="~/images/LoadingProgressBar.gif" />
                            </telerik:RadAjaxLoadingPanel>
                            <telerik:RadAjaxPanel ID="LoginRadAjaxPanel" runat="server"
                                EnablePageHeadUpdate="False" LoadingPanelID="LoginLoadingPanel"
                                UpdateMode="Conditional" Width="100%">
                                <table cellpadding="0" cellspacing="0" width="100%">
                                    <tr>
                                        <td>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="blueTxtBold_16" height="26">
                                            Existing Member!</td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_15">
                                            <asp:Label ID="dispError" runat="server" CssClass="errMsg" Text=""></asp:Label>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="blkTxtBold_12">
                                            Email ID:</td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_15">
                                            <telerik:RadTextBox ID="RadTextUID" Runat="server" InvalidStyleDuration="100"
                                                Rows="1" ShowButton="False" Width="200px">
                                                <focusedstyle backcolor="#FFFFCC" />
                                            </telerik:RadTextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_15">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="blkTxtBold_12">
                                            Password:</td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_15">
                                            <telerik:RadTextBox ID="RadTextPwd" Runat="server" InvalidStyleDuration="100"
                                                ShowButton="False" TextMode="Password" Width="200px">
                                                <focusedstyle backcolor="#FFFFCC" />
                                            </telerik:RadTextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_5">
                                        </td>
                                    </tr>
                                    
                                </table>
                            </telerik:RadAjaxPanel>
                           <table width="100%">
                            <tr>
                                        <td class="blkTxtBold_11">
                                            <%--<asp:CheckBox ID="CheckBoxRemember" runat="server" Text="Remember me next time"
                                                CssClass="greyTxtPlain_12" />--%>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_5"></td>
                                    </tr>
                                    <tr>
                                        <td width="100px">
                                            <asp:Button ID="Login" runat="server" onclick="Login_Click" Text="Login"
                                                Width="100px" />
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="spacer_5">
                                            <asp:Label ID="Label1" runat="server" Font-Size="Smaller"></asp:Label>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td  height="21" class="blkTxtPlain_13">
                                        
                                        <asp:LinkButton ID="ForgotPasswords" runat="server"
                                                onclick="ForgotPasswords_Click" CssClass="linkTxtNormal_12" >Forgot my password</asp:LinkButton>
                                            
                                            </td>
                                    </tr>
                                    <tr>
                                        <td  height="21" class="blkTxtPlain_13">
                                            Don't have an account with us?
                                            <asp:LinkButton ID="SignUp" runat="server" onclick="SignUp_Click"
                                                CssClass="BlueTxt_13">Sign up!</asp:LinkButton>
                                            
                                            </td>
                                    </tr>
                                    <tr>
                                        <td height="10">
                                            <asp:Image ID="ImageSpacer2" runat="server" ImageUrl="~/images/spacer.gif" />
                                        </td>
                                    </tr>
                                    </table>
                        </td>
                    </tr>
                </table>
            </td>
            
        </tr>
       
    </table>
   
            </td>
        </tr>
        </table></form>
    </body>
</html>


for opening the window
--------------------------------------------

<telerik:RadWindow id="LoginRegistration" runat="server" Behavior="None" Height="360px"
                            InitialBehavior="None" Left="" Modal="True" NavigateUrl="http://intraserver/web2/LoginRegistration.aspx"
                            Behaviors="Close,Move" Top="" Width="500px"  VisibleOnPageLoad="false" ShowContentDuringLoad="true"   
                            style="display:none;z-index: 900000;" VisibleStatusbar="False" VisibleTitlebar="True" IconUrl="http://intraserver/web2/Office2007/Window/plicon.gif">
                        </telerik:RadWindow>



pls check the details...


Satyadev.
0
Georgi Tunev
Telerik team
answered on 22 Jul 2009, 01:29 PM
Hi Satyadev,

The code looks fine and I am not able to reproduce the same problem locally. Please open a support ticket and send us a sample project that reproduces this behavior - we will check it right away.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Satyadev
Top achievements
Rank 1
answered on 25 Jul 2009, 08:05 AM
hi,


if not possible in locally, pls send to my mail or tell me the general things what is the cause.


Satyadev.
0
Georgi Tunev
Telerik team
answered on 27 Jul 2009, 10:31 AM
Hello Satyadev,

As noted in my previous reply, to be able to help, we need to have a better view over your exact case. Please send us a sample project in a new support ticket and we will check the problem right away.

Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kenneth Mazur
Top achievements
Rank 1
answered on 07 Oct 2009, 04:00 AM
Was there resolution to the ticket opened about this issue?  Can you post it here?
Thanks
0
Knut
Top achievements
Rank 1
answered on 07 Oct 2009, 06:24 AM
I'm experiencing the same issue placing a radformdecorator on my page - the result is that an asp:checkboxlist and asp:buttons render very slowly(noticeably after text elements). Is there a best practice recommendation somewhere to improve this behavior?
Regards,
knut
0
Georgi Tunev
Telerik team
answered on 07 Oct 2009, 10:41 AM
Hello guys,

Kenneth, we haven't received a project from Satyadev and we were not able to reproduce the problem. If you have such project, please send it to us so we could check it on our side.
Knut, I suggest to make sure that you are using a recent version of the control. We have made many improvements that help to show the decorated controls as fast as possible. Of course if we are talking about a heavy page with a lot of controls that must be decorated, some small delay is expected because the decoration is done on the client.

Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Knut
Top achievements
Rank 1
answered on 08 Oct 2009, 06:32 AM
Hello Georgi,

Thanks for your swift response. For some reason, there's no mouseover info of the version of the control today(?), but I only purchased RadControls very recently and assume I have a recent version.

I don't think one could say that there are "a lot of controls" to be decorated on this particular page, but as I'm not very experienced with these tools and the decorator sits in a Multipage>PageView, maybe I have a much heavier PageLoad than any best practice would recommend.

With regards,
knut
0
Georgi Tunev
Telerik team
answered on 08 Oct 2009, 12:42 PM
Hi Knut,

The easiest way to check the version of the control is to open the folder where the DLL is, right-click on it and select Properties. The information that you need is available in the Version tab (screenshot attached).
As for the problem itself, just send us the project and we will examine it locally right away.


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Knut
Top achievements
Rank 1
answered on 09 Oct 2009, 07:53 AM
Hello Georgi,

The version is 2009.2.826.35
I'll play around with this some more.

Thanks,
Regards,
knut
Tags
Window
Asked by
Satyadev
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Satyadev
Top achievements
Rank 1
Kenneth Mazur
Top achievements
Rank 1
Knut
Top achievements
Rank 1
Share this question
or