Hi,
I have one page with the window component.
I display that with this function.
The window opened, and works fine, but the size not change. If I write width= "600px" or heigth="800px" the window size is the same and propertie modal = true doesn't work. I don't know what happened.
I see this example http://demos.telerik.com/aspnet-ajax/window/examples/contenttemplatevsnavigateurl/defaultvb.aspx but not work for me.
Please help me!!
I have one page with the window component.
<
telerik:RadWindowManager
ID
=
"RadWindowManager2"
runat
=
"server"
EnableShadow
=
"true"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"RadWindow1"
runat
=
"server"
AutoSize
=
"true"
VisibleStatusbar
=
"false"
Modal
=
"true"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>
I display that with this function.
function
openRadWin() {
radopen(
"criteria.aspx"
,
"RadWindow1"
);
}
The window opened, and works fine, but the size not change. If I write width= "600px" or heigth="800px" the window size is the same and propertie modal = true doesn't work. I don't know what happened.
I see this example http://demos.telerik.com/aspnet-ajax/window/examples/contenttemplatevsnavigateurl/defaultvb.aspx but not work for me.
Please help me!!