I'm having a problem using the "Telerik" skin for the RadWindow with the markup below where the top of the window is not showing. This is not presenting as a problem with other skins for this control using the same markup.
| <telerik:RadWindow |
| ID="Security_LockWindow" |
| runat="server" |
| Height="270px" |
| Modal="true" |
| VisibleStatusbar="false" |
| VisibleTitlebar="false" |
| Left="" |
| ReloadOnShow="false" |
| ClientCallBackFunction="Security_AutoLogout_Return" |
| style="display:none;" |
| Top="" |
| Width="350px" |
| Skin="Telerik"> |
| </telerik:RadWindow> |