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

Item Height

2 Answers 84 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Susan
Top achievements
Rank 1
Susan asked on 01 May 2008, 12:17 PM
I am using a combo box exactly like in my other pages, but for some reason, the items in the combo box have a very tiny height. The height of the overall combobox is fine, but when I expand it, the items below are all squished together with a very small individual height. I'm not sure what is causing this, as I have used the combobox in many other pages without this problem.

<table width="100%" style="margin-bottom:5px;padding:10px 15px 15px 15px" bgcolor="#FFFFFF" cellpadding="2" cellspacing="4">

<tr>

<td colspan="2">

<asp:Label CssClass="NormalRed" ID="DisplayMessage" runat="server" /></td></tr>

<tr>

<td bgcolor="#FFFFFF" style="padding:10px 15px 15px 15px" colspan="2">

<img src="../images/2008_game_schedules.gif" style="margin-bottom:10px" alt=""/>

<br/>

<asp:label CssClass="Normal" ID="lblSeasonName" runat="server" />

<img src="../images/spacer.gif" width="1" height="10" alt=""/></td></tr>

<tr>

<td class="Normal" style="padding-left:15px; width:15%">League</td>

<td class="Normal">

<telerik:RadComboBox AutoPostBack="true" TabIndex="1" Skin="WebBlue" ID="cmbLeague" Width="150px" runat="server" MarkFirstMatch="true" AllowCustomText="false" ShowDropDownOnTextboxClick="true"/></td></tr>

Thanks,
Susan

2 Answers, 1 is accepted

Sort by
0
Accepted
Erjan Gavalji
Telerik team
answered on 01 May 2008, 12:51 PM
Hi Susan,

Could it be that some StyleSheet definitions your page uses cause the problem? Attached is a small page I created using the HTML you sent us. Can you complete it so that it reproduces the problem and send it back?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Susan
Top achievements
Rank 1
answered on 01 May 2008, 02:49 PM
It was my stylesheet...Sorry about that. Thanks for your help.
Tags
ComboBox
Asked by
Susan
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Susan
Top achievements
Rank 1
Share this question
or