The modal is not resizing. Please refer to the PNG file.
Here is my code:
<telerik:RadWindow ID="RadWindow2" runat="server"
Modal="True" Behaviors="Move, Reload" Title=" Recurrence"
AutoSize="True" ForeColor="White"
AutoSizeBehaviors="Width, Height, Default" ReloadOnShow="True">
<ContentTemplate>
<p align="left">
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Value="ThisWeekOnly" Selected="True"> Selected Week</asp:ListItem>
<asp:ListItem Value="Forever" > Forever</asp:ListItem>
<asp:ListItem Value="Forever" > Vocation !!!</asp:ListItem>
<asp:ListItem Value="Forever" > More Vocation !!!!</asp:ListItem>
<asp:ListItem Value="Forever" > Even More Vocation !!!!!</asp:ListItem>
</asp:RadioButtonList>
</p>
<p>
<asp:Button ID="btnSubmit" runat="server" Text="Submit"
ForeColor="White"
BackColor="#CC0000" BorderStyle="Outset"
Font-Bold="True"
UseSubmitBehavior="False" EnableTheming="True" OnClick="btnSubmit_Click"/>
<asp:Button ID="Cancelbtn" runat="server" BackColor="#CC0000"
BorderStyle="Outset" Font-Bold="True" ForeColor="White" Text="Cancel"
UseSubmitBehavior="False" />
</p>
</ContentTemplate>
</telerik:RadWindow>
Here is my code:
<telerik:RadWindow ID="RadWindow2" runat="server"
Modal="True" Behaviors="Move, Reload" Title=" Recurrence"
AutoSize="True" ForeColor="White"
AutoSizeBehaviors="Width, Height, Default" ReloadOnShow="True">
<ContentTemplate>
<p align="left">
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Value="ThisWeekOnly" Selected="True"> Selected Week</asp:ListItem>
<asp:ListItem Value="Forever" > Forever</asp:ListItem>
<asp:ListItem Value="Forever" > Vocation !!!</asp:ListItem>
<asp:ListItem Value="Forever" > More Vocation !!!!</asp:ListItem>
<asp:ListItem Value="Forever" > Even More Vocation !!!!!</asp:ListItem>
</asp:RadioButtonList>
</p>
<p>
<asp:Button ID="btnSubmit" runat="server" Text="Submit"
ForeColor="White"
BackColor="#CC0000" BorderStyle="Outset"
Font-Bold="True"
UseSubmitBehavior="False" EnableTheming="True" OnClick="btnSubmit_Click"/>
<asp:Button ID="Cancelbtn" runat="server" BackColor="#CC0000"
BorderStyle="Outset" Font-Bold="True" ForeColor="White" Text="Cancel"
UseSubmitBehavior="False" />
</p>
</ContentTemplate>
</telerik:RadWindow>