All of my Telerik Windows display like the picture attached, even alerts. This happens in all browsers with all skins even using the most simplistic code.
Has anyone seen this? Is there a CSS I need to include somewhere? I can't figure out what I'm missing.
Has anyone seen this? Is there a CSS I need to include somewhere? I can't figure out what I'm missing.
<telerik:RadWindow ID="modalPopup" runat="server" Width="360px" Height="360px" Skin="Office2007"> <ContentTemplate> <div style="padding: 10px; text-align: center;"> <telerik:RadButton ID="rbToggleModality" Text="Toggle modality" AutoPostBack="false" runat="server" Height="65px" /> </div> <p style="text-align: center;"> RadWindow is designed with keyboard support in mind - try tabbing before and after removing the modal background. While the popup is modal you cannot focus the textarea, once the modality is removed the textarea will be the first thing to receive focus beause it has tabIndex=1. </p> </ContentTemplate></telerik:RadWindow>