[1.0] Radio name attribute duplicate

  1. #1

    [1.0] Radio name attribute duplicate

    I'm using Ext.NET v1.0

    I have this code:


    <ext:RadioGroup ID="SchoolTypeRadioGroup" runat="server" DataIndex="SchoolType" FieldLabel="School type"
    	LabelAlign="Left" ColumnsNumber="1">
    	<Items>
    		<ext:Radio ID="PublicRadio" runat="server" BoxLabel="Public" InputValue="PU" Name="SchoolType" />
    		<ext:Radio ID="PrivateRadio" runat="server" BoxLabel="Private" InputValue="PR" Name="SchoolType" />
    	</Items>
    </ext:RadioGroup>
    In the generated ExtJS code, the name attribute appears twice for each item with values SchoolType and SchoolTypeRadioGroup_Group.
  2. #2
    Hi,

    Please set AutomaticGrouping="false" for the RadioGroup
  3. #3
    Thanks. Shouldn't there be a run-time error to indicate this? It would be very useful.

Similar Threads

  1. [CLOSED] [1.3] Duplicate Items on Combo
    By MP in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 18, 2012, 5:18 PM
  2. [CLOSED] checkbox duplicate boxlabel
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 02, 2011, 11:08 AM
  3. How we can check Duplicate entries in Gridpanel?
    By NishaLijo in forum 1.x Help
    Replies: 3
    Last Post: Jun 03, 2011, 9:57 AM
  4. Retrieve checked radio from Radio Group
    By ttharaka2002 in forum 1.x Help
    Replies: 0
    Last Post: Mar 25, 2010, 2:15 AM
  5. [CLOSED] Dynamic Creation of Radio Buttons within Radio Group
    By Steve in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 04, 2009, 1:13 PM

Posting Permissions