We just ran into a problem with radwindows that we did not anticipate. What happens is we design our programs for 22in wide screen monitors, but sometime personnel use thier labtop screen instead when not in office so what happens is the the radwindows pop up but are bigger then the screen they are on and they cannot get at the close buttons or some of the functionality of the window, beucase is was designed for a larger screen then they are working on. How can we change this with regrad to Radwindow size so that an autoflow will come on if screen size is differrent then the default.
<
telerik:RadWindowManager
ID
=
"rwManager"
runat
=
"server"
Skin
=
"Web20"
Behaviors
=
"Close"
CssClass
=
"rwWindowContent"
style
=
"z-index:30000"
ShowContentDuringLoad
=
"false"
ReloadOnShow
=
"true"
VisibleStatusbar
=
"false"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"rwdelete"
runat
=
"server"
NavigateUrl
=
"~/MAC/Delete.aspx"
Width
=
"600px"
Height
=
"300px"
OnClientClose
=
"RefreshParentPage"
></
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"rwChange"
runat
=
"server"
NavigateUrl
=
"~/MAC/Change.aspx"
Width
=
"700px"
Height
=
"680px"
OnClientClose
=
"RefreshParentPage"
></
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"rwNew"
runat
=
"server"
NavigateUrl
=
"~/MAC/NewUser.aspx"
Width
=
"700px"
Height
=
"800px"
OnClientClose
=
"RefreshParentPage"
></
telerik:RadWindow
>
<
telerik:RadWindow
ID
=
"rwInfo"
runat
=
"server"
Modal
=
"true"
NavigateUrl
=
"Info.aspx"
Width
=
"1000px"
Height
=
"800px"
OnClientClose
=
"closeWindow"
></
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>