Sep 17, 2008, 11:05 AM
[FIXED] [V0.6] asp:RadioButton loses selection in ext:Panel
Hi
I use a asp:RadioButton in a ext:Panel, that is collapsible. If a radion is checked and the panel is collapsed then the radio looses its selected value and becomes unchecked.
example
Best regards
Mikael Jürke
I use a asp:RadioButton in a ext:Panel, that is collapsible. If a radion is checked and the panel is collapsed then the radio looses its selected value and becomes unchecked.
example
<ext:Panel ID="Panel1" runat="server" Height="300" Collapsible="true" Title="Title">
<Content>
<asp:RadioButton ID="RadioButton1" runat="server" />
<asp:RadioButton ID="RadioButton2" runat="server" />
</Content>
</ext:Panel>
I kow that it works with a ext:RadioButton, but i cant use a ext_RadioButton in this case.Best regards
Mikael Jürke