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

Width & Height not reflecting in RadWindow

1 Answer 73 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hemamalini
Top achievements
Rank 1
Hemamalini asked on 10 May 2011, 01:46 PM
Hi,

   We are using telerik version 2011.1.413.35. The width & height of Radwindow doesnt get reflected in many places. I have also width and height property in cssclass with '!important' specified in class even though it is not getting reflected.. I guess it its takes its default size. the following code i have used,

<telerik:RadWindowManager ID="RadWindowManager2" runat="server" ReloadOnShow="false"
        OnClientShow="">
        <Windows>
            <telerik:RadWindow ID="radWindowAccountCodePopup" Behavior="Close" VisibleTitlebar="false"
                Modal="true" Width="578px" runat="server" Height="450px" NavigateUrl="~\Admin\AccountCodePopup.aspx"
                VisibleStatusbar="false">
            </telerik:RadWindow>
            <telerik:RadWindow ID="radWindowAddDescriptionPopup" Behavior="Close" VisibleTitlebar="false"
                Modal="true" Width="750px" runat="server" Height="550px" NavigateUrl="~\Admin\ClassDescriptionPopup.aspx"
                VisibleStatusbar="false">
            </telerik:RadWindow>
            <telerik:RadWindow ID="radWindowThumbNailFileUploadPopup" Behavior="Close" VisibleTitlebar="false"
                Modal="true" Width="750px" runat="server" OnClientClose="CallBackFunctionService"
                Height="300px" NavigateUrl="~/Admin/ImageUpload.aspx" VisibleStatusbar="false">
            </telerik:RadWindow>
            <telerik:RadWindow ID="radWindowLargeFileUploadPopup" Behavior="Close" VisibleTitlebar="false"
                Modal="true" OnClientClose="CallBackFunctionService" Width="750px" Height="300px"
                NavigateUrl="~/Admin/ImageUpload.aspx" runat="server" VisibleStatusbar="false">
            </telerik:RadWindow>
            <telerik:RadWindow ID="radWindowOpenCancelClassPopup" Behavior="Close" VisibleTitlebar="false"
                Modal="true" Width="750px" runat="server" Height="600px" NavigateUrl="~/Admin/CancelClass.aspx"
                VisibleStatusbar="false">
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>

Please guide me..

Thanks,
Hema.

1 Answer, 1 is accepted

Sort by
0
Gimmik
Top achievements
Rank 1
answered on 10 May 2011, 07:01 PM
Hi Hema,

I tried your code in a new project and it seems to work fine for me. I would suggest you remove your CSS files as a test.  Make sure nothing else is trying to set or change the window size. If you still can't get it to work - I suggest you send your whole project to Telerik Support for help. They are really good at getting to the root of the issue. But the code snippet you posted works fine for me.

Hope this helps!
-Gimmik
Tags
Window
Asked by
Hemamalini
Top achievements
Rank 1
Answers by
Gimmik
Top achievements
Rank 1
Share this question
or