I have a webdropdown that cuts the length of the diplay. See the image. The name is cut off in the front. There is plenty of room as you can see
I didn't attach the image....
Here is the markup...
<ig:WebDropDown ID="ddlCustomer" DataKeyFields="CACID" DataSourceID="objCustomer" TextField="DisplayName" ValueField="CACID" runat="server" Width="600px" CssClass="form-control" EnableAutoFiltering="Server" DisplayMode="DropDown" AutoFilterQueryType="Contains" AutoPostBackFlags-SelectionChanged="Off" EnableAutoCompleteFirstMatch="false"> </ig:WebDropDown>