Hi,

Can anyone help me on, upon clikcing the Radio button, i want to get the value and load multiselect..


<ext:RadioGroup ID="selectTypes" runat="server" ItemCls="x-check-group-base"
FieldLabel="Select" AutoPostBack="True">
<Items>
<ext:Radio ID="first" runat="server" BoxLabel="First" />
<ext:Radio ID="section" runat="server" BoxLabel="Section" />
</Items>
</ext:RadioGroup>