Hello,
I have a problem with radwindow.
Silverlight controls hides the radwindow control border (Please view the attached image).
Here is my code:
Please, I need you help,
It is apprecited to send me the modified code with an explaination.
Regards,
Bader
I have a problem with radwindow.
Silverlight controls hides the radwindow control border (Please view the attached image).
Here is my code:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" > <Windows> <telerik:RadWindow id="RadWindow2" runat="server" Width="400px" Height="300px" style="z-index:100000;" VisibleTitlebar="false" VisibleStatusbar="false" BackColor="#cccccc" title="Telerik RadWindow" VisibleOnPageLoad="false" > </telerik:RadWindow> </Windows> </telerik:RadWindowManager> <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"> <script type="text/javascript"> function UseMainRadWindow() { var oWindow = radopen("http://zajal.rayanet.co.il/Common/Alerts/Silverlight/Default.aspx", "RadWindow2"); oWindow.set_visibleTitlebar(false); oWindow.set_visibleStatusbar(false); } function onloadFunction() { var slVersion = GetSilverlightVersion(); if (slVersion != -1) UseMainRadWindow(); } </script> </telerik:RadCodeBlock>Please, I need you help,
It is apprecited to send me the modified code with an explaination.
Regards,
Bader