Hello
Here is the mark-up of my radcombobox with width set to 100%.
The control is rendered incorrectly with a large vaccant space between the textbox and drop down arrow at the end.
Here is the mark-up of my radcombobox with width set to 100%.
<div style="border:1px solid Teal; width:100%"> <telerik:RadComboBox runat="server" ID="RadComboBox1" EnableLoadOnDemand="True" EmptyMessage ="Select" Label="Example:" AutoPostBack="true" Width="100%" > </telerik:RadComboBox></div>The control is rendered incorrectly with a large vaccant space between the textbox and drop down arrow at the end.