hi,
i use the autosieze mode, this is my code:
and i call radwindow from code behind:
now when i call the radwindow, the result is wrong, please see the image posted...
How can do it?
i use the autosieze mode, this is my code:
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"> <script type="text/javascript"> function openRadWindow(email) { var oWnd = radopen("appuntamento.aspx?email=" + email, "RadWindowAppuntamento"); } </script> </telerik:RadCodeBlock> <telerik:RadWindowManager ID="RadWindow_Conferma" runat="server" Modal="True" Skin="Office2010Silver"> <Windows> <telerik:RadWindow ID="RadWindowAppuntamento" runat="server" Style="z-index: 8000" ShowContentDuringLoad="false" Behaviors="None" AutoSize="true" Modal="True" Behavior="None" Font-Names="Verdana" Font-Size="Small" ReloadOnShow="True" IconUrl="/image/iconlogo.png" Width="200px" Height="100px" VisibleStatusbar="False" Skin="Office2010Silver" NavigateUrl="appuntamento.aspx" EnableViewState="False" InitialBehaviors="Close"> </telerik:RadWindow> </Windows> </telerik:RadWindowManager>and i call radwindow from code behind:
Private Sub Btn3_Click(sender As Object, e As System.EventArgs) Handles Btn3.Click ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "key", "openRadWindow('" & contenitoredati.Value & "');", True)End Subnow when i call the radwindow, the result is wrong, please see the image posted...
How can do it?