Is there any way to have a modal window size properly if the user has used the zoom function on their browser? I have the window defined as shown below, and it seems to work as desired, unless the user has zoomed the browser. If the browser is zoomed, the window is outside of the visible bounds at the top and bottom.
<telerik:RadWindow ID="RadWindow1" runat="server" Modal="true" Behavior="Close"
Behaviors="None" EnableViewState="False" CenterIfModal="true" KeepInScreenBounds="true"
InitialBehaviors="Close" Skin="Default" DestroyOnClose="true" ReloadOnShow="False" VisibleStatusbar="False">
</telerik:RadWindow>
What is the most current suggestion for opening a modal window where all of the edges are consistently visible?
Thanks