Can I place a User Control inside a RadComboBox?
Something like this:
Something like this:
<telerik:RadComboBox ID="RadComboBoxCategoryLevels" Width="400px" AllowCustomText="false" runat="server" > <ItemTemplate > <qsf:Catrunat="server" ID="MYCat" ></qsf:Cat> </ItemTemplate> <Items> <telerik:RadComboBoxItem Text="" /> </Items> </telerik:RadComboBox>
I tried, but it does not work, Thanks