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

Width to small and weird bottom

2 Answers 20 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ahrensberg
Top achievements
Rank 1
Ahrensberg asked on 05 Jan 2010, 01:55 PM
Hi all,

To question:
1: Can any of you tell me why my comboxbox not fill out the cell in my table when the width is set to 100%?
2: Why is there some weird color beneath the combobox?

The code for my combobox is:
<telerik:RadComboBox ID="RcbDepot" runat="server" HighlightTemplatedItems="true" AllowCustomText="false" OnInit="RcbDepot_Init" Width="100%" /> 

The combobox looks like the attached picture.

Thanks in advance!

2 Answers, 1 is accepted

Sort by
0
Ahrensberg
Top achievements
Rank 1
answered on 05 Jan 2010, 02:03 PM
I've found out the it is actually my radtextboxes which is wider than the cell, but why?

My code:

<asp:TableCell Width="24%">  
    <telerik:RadTextBox runat="server" ID="tbFirstname" TabIndex="3" EmptyMessage="Some text" 
        Width="100%">  
        <ClientEvents OnValueChanged="valueChangedHandler" OnKeyPress="keyPressHandler" /> 
    </telerik:RadTextBox> 
</asp:TableCell> 
0
Kamen Bundev
Telerik team
answered on 06 Jan 2010, 09:56 AM
Hi Ahrensberg,

We will need to see a live URL of your page in order to answer both your questions (may depend on other CSS or on your layout). We also need to know the version of RadControls for ASP.NET AJAX you're using. You can open a ticket if your prefer privacy. Thank you in advance for your trouble.

Regards,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Ahrensberg
Top achievements
Rank 1
Answers by
Ahrensberg
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or