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

Rad window size problem

2 Answers 62 Views
Window
This is a migrated thread and some comments may be shown as answers.
Deni
Top achievements
Rank 1
Deni asked on 20 Sep 2010, 02:16 PM
Im currently upgrading Telerik components from 2009.2.701.35 to 2010.2.826.35, and i got problem with window resizing.
If i set the property EnableEmbeddedBaseStylesheet="false" the window look like in the picture bellow.
if i dont set that property the window is not resizing on call. Could you tell me what could be the cause and if there are any other issues when upgrading Telerik components.

2 Answers, 1 is accepted

Sort by
0
Deni
Top achievements
Rank 1
answered on 20 Sep 2010, 03:01 PM
I found part of the problem is that the inner table of the window doesn't re-size along with the window.
u have removed the old code from the css :
.RadWindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto; /* fixes the dimensions under IE */
}

but adding it also doesn't help
0
Deni
Top achievements
Rank 1
answered on 20 Sep 2010, 03:09 PM
resolved script reference was not added
<asp:ScriptReference Path="~/RadResources/Scripts/Window/RadWindowScripts.js" />
Tags
Window
Asked by
Deni
Top achievements
Rank 1
Answers by
Deni
Top achievements
Rank 1
Share this question
or