I have a screen that has a rad window that when it opens seems to have some odd characters taht are visible. I have tried it on other sites but don't get these odd characters as you can see in the attachment. Any ideas on what is causing this.
<telerik:RadWindowManager ID="RadWindowManager" runat="server"> <Windows> <telerik:RadWindow ID="Info" ReloadOnShow="false" Behavior="Close, Move, Resize" Modal="true" AutoSize="true" VisibleStatusbar="false" runat="server" ShowContentDuringLoad="false" Style="z-index: 2" OnClientPageLoad="radWindow_OnClientLoad" /> </Windows> </telerik:RadWindowManager>