How do you test for CheckedItems in a RadioColumn?

  1. #1

    How do you test for CheckedItems in a RadioColumn?

    When I test for checked items in a radioCOLUMN, I always get 0, no matter what.

    this.rdoGroup.CheckedItems.Count > 0 ...it's always 0

    It only works if I take away the RadioColumn, but then I cannot add extra items like the Labels I want for my layout.


    <ext:RadioGroup ID="rdoGroup" runat="server" AllowBlank="false" ColumnsNumber="1" HideLabel="true">
                        <Items>
                            <ext:RadioColumn>
                                <Items>
                                    <ext:Radio ID="rdo1" runat="server" BoxLabel="label" />
                                    <ext:Label runat="server" Text="sample text." />
                                    <ext:Radio ID="rdo2" runat="server" BoxLabel="label" />
                                    <ext:Label runat="server" Text="sample text." />
                                    <ext:Radio ID="rdo3" runat="server" BoxLabel="label" />
                                    <ext:Label runat="server" Text="sample text." />
                                    <ext:Radio ID="rdo4" runat="server" BoxLabel="label" />
                                    <ext:Label runat="server" Text="sample text." />
                                </Items>
                            </ext:RadioColumn>
                        </Items>
                    </ext:RadioGroup>
  2. #2
    Hi,

    I was unable to reproduce the problem, please provide a full sample.

Similar Threads

  1. RadioGroup.CheckedItems.Count == 0 v1.2.0
    By chearner in forum 1.x Help
    Replies: 4
    Last Post: Dec 09, 2011, 2:23 PM
  2. RadioGroup and RadioColumn
    By Birgit in forum 1.x Help
    Replies: 0
    Last Post: Oct 11, 2011, 1:53 PM
  3. How to Get the RadioGroup.CheckedItems?
    By sk2276699 in forum 1.x Help
    Replies: 1
    Last Post: Jun 28, 2011, 3:22 AM
  4. Replies: 9
    Last Post: Jun 15, 2011, 7:01 AM
  5. Replies: 0
    Last Post: Jan 23, 2010, 11:57 PM

Tags for this Thread

Posting Permissions