Hi,
I have a RadWindow maximized that opens up a SQL Server Reporting Services report on a Sharepoint server. In IE7 or IE8 (only browsers I have tested) when the browser is in normal state (say with height of 800px) and opens a report that uses the SSRS drill down feature, the maxmized RadWindow will shift up and the top bar of the RadWindow will disappear when the + button is pressed on the report and subsequently expands. See screenshots for before and after. If I min/max browser or resize it, the RadWindow will snap back into its proper maximized position. Below is my RadWindowManager. Opened with window.radopen
I have a RadWindow maximized that opens up a SQL Server Reporting Services report on a Sharepoint server. In IE7 or IE8 (only browsers I have tested) when the browser is in normal state (say with height of 800px) and opens a report that uses the SSRS drill down feature, the maxmized RadWindow will shift up and the top bar of the RadWindow will disappear when the + button is pressed on the report and subsequently expands. See screenshots for before and after. If I min/max browser or resize it, the RadWindow will snap back into its proper maximized position. Below is my RadWindowManager. Opened with window.radopen
<
telerik:RadWindowManager
ID
=
"RadWindowManager1"
runat
=
"server"
KeepInScreenBounds
=
"True"
Behaviors
=
"Close"
DestroyOnClose
=
"True"
style
=
"z-index: 9000"
Title
=
"Open Report"
InitialBehaviors
=
"Maximize"
Height
=
"25px"
MinHeight
=
"20px"
>
</
telerik:RadWindowManager
>