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

Items in combo box is displaying in next row

1 Answer 12 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
RK
Top achievements
Rank 2
RK asked on 12 Feb 2014, 09:01 AM
Items in combo box is displaying in next line.
Attached snapshot for your reference.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Feb 2014, 09:50 AM
Hi PRABAKAR,

Please have a look into the following code snippet which works fine at my end.

ASPX:
<telerik:RadComboBox ID="RadComboBox1" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true">
    <Localization CheckAllString="All" />
    <Items>
        <telerik:RadComboBoxItem Text="Item1" />
        <telerik:RadComboBoxItem Text="Item2" />
        <telerik:RadComboBoxItem Text="Item3" />
        <telerik:RadComboBoxItem Text="Item4" />
    </Items>
</telerik:RadComboBox>

Please provide your code if it doesn't help.
Thanks,
Shinu.
Tags
ComboBox
Asked by
RK
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or