This is a migrated thread and some comments may be shown as answers.

Is it possible to have a repeater inside a RadComboBox?

1 Answer 40 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Erik
Top achievements
Rank 1
Erik asked on 03 Feb 2010, 01:18 PM

Is it possible to have a repeater inside a RadComboBox?


Like this:

<telerik:RadComboBox ID="AreaOfInterestComboBox" runat="server" CssClass="areaOfInterestComboBox" Skin="Bazaar" EnableEmbeddedSkins="false">

    <Items>

        <telerik:RadComboBoxItem Text="- Välj ett eller fler områden -" /> 

    </Items>

    <ItemTemplate>

        <asp:Repeater ID="rptCategories" runat="server">

           <ItemTemplate>

                <asp:CheckBox ID="CheckBox1" runat="server" />

            </ItemTemplate>

        </asp:Repeater>

    </ItemTemplate>

</telerik:RadComboBox>


Im not able to get this to work though

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 04 Feb 2010, 10:21 AM
Hello Erik,

Yes, it is possible to have any markup in RadComboBox' Item Template.

Can you please describe in more detail the issue(s) you are experiencing?

Kind regards,
Simon
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
ComboBox
Asked by
Erik
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or