I have a combobox in a table like this:
Firefox gets it right, in Chrome the ComboBox is too wide, it's not listening to the width. See the attachment.
<table width="100%"> <tr> <td width="40px"> <telerik:RadComboBox ID="TitleArticle" runat="server" Width="40px"> <Items> <telerik:RadComboBoxItem runat="server" Text="A" Value="A" /> <telerik:RadComboBoxItem runat="server" Text="An" Value="An" /> <telerik:RadComboBoxItem runat="server" Text="The" Value="The" /> </Items> </telerik:RadComboBox> </td> <td> <telerik:RadTextBox ID="ShortTitle" runat="server" Width="100%"> </telerik:RadTextBox> </td> </tr></table>Firefox gets it right, in Chrome the ComboBox is too wide, it's not listening to the width. See the attachment.