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

RadAjaxLoadingPanel's width and height

5 Answers 334 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Diana
Top achievements
Rank 1
Diana asked on 15 Sep 2010, 03:06 AM
I used RadAjaxLoadingPanel control.At first I run the project with a small window.The RadAjaxLoadingPanel's height and width are both 100%,and then I click the maximize the RadAjaxLoadingPanel's height and width are not 100% but a beginning size of the small window

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdatePanelsRenderMode="Inline">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="Panel">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="Panel" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel   ID="RadAjaxLoadingPanel1" runat="server" Style="height: 100%;
        width: 100%;" Skin="" Transparency="30" >
        <div class="loading">
            <div style="width: 100%; height: 50%;">
            </div>
            <asp:Image ID="Image1" runat="server" ImageUrl="~/images/loading5.gif" AlternateText="loading" />
            <asp:Label runat="server" Text="<%$Resources:Languages,loading%>" Style="font-family: Calibri;" />
        </div>
    </telerik:RadAjaxLoadingPanel>
    <fieldset style="width: 100%; height: 100%;">
        <asp:Panel ID="Panel" runat="server" Style="width: 100%; height: 100%;">
                <table style="height: 100%; width: 100%;" cellpadding="0" cellspacing="0">
                 </table>
        </asp:Panel>
    </fieldset>
I set the UpdatePanelsRenderMode="Inline"  and try set RadAjaxManager's height and width 100%
,but no use.Please help look at what went wrong.Thank you.

5 Answers, 1 is accepted

Sort by
0
Diana
Top achievements
Rank 1
answered on 15 Sep 2010, 03:35 AM
there have a picture.
0
Diana
Top achievements
Rank 1
answered on 15 Sep 2010, 07:42 AM
If you know where is wrong,Please reply me soon.Thank you
0
Diana
Top achievements
Rank 1
answered on 15 Sep 2010, 10:21 AM
Help me ,help me.Has anyone in.
0
Dimo
Telerik team
answered on 15 Sep 2010, 12:42 PM
Hello Diana,

Please refer to the following example, which shows how to make RadAjaxLoadingPanel expand to full page width/height.

http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-make-a-radajaxloadingpanel-span-over-the-whole-page.aspx


Greetings,
Dimo
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
0
Diana
Top achievements
Rank 1
answered on 16 Sep 2010, 05:07 AM
Thank you very much to help me solve this problem.
Tags
Ajax
Asked by
Diana
Top achievements
Rank 1
Answers by
Diana
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or