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

Radcombobox selection aligning to the right

2 Answers 132 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 11 Sep 2014, 03:52 AM
Referring to the 2 attached images. 
When selecting an item that is longer than the control size the value selected is shown aligned to the right when it should be to the left.
Am I doing something wrong or is there a CSS fix for this?

My Code:
<telerik:RadComboBox ID="RadComboBoxFacility" runat="server" Width="100%" Skin="MetroTouch" DropDownAutoWidth="Enabled">
                                                              <Items>
                                                                  <telerik:RadComboBoxItem runat="server" Text="Not Sure" Value="Not Sure" />
                                                                  <telerik:RadComboBoxItem runat="server" Text="Specific Security Agreement (formerly Chattel Mortgage)" Value="Specific Security Agreement" />
                                                                  <telerik:RadComboBoxItem runat="server" Text="Lease" Value="Lease" />
                                                                  <telerik:RadComboBoxItem runat="server" Text="Hire Purchase" Value="Hire Purchase" />
                                                                  <telerik:RadComboBoxItem runat="server" Text="Other" Value="Other" />
                                                              </Items>
                                                          </telerik:RadComboBox>

2 Answers, 1 is accepted

Sort by
0
Accepted
Aneliya Petkova
Telerik team
answered on 11 Sep 2014, 08:24 AM
Hello Glenn,

This behavior only occurs in Internet Explorer browser. Please try the approach described in the following help article:
Hope this will be helpful.

Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Glenn
Top achievements
Rank 1
answered on 12 Sep 2014, 12:57 AM
Excellent.

Thanks
Tags
ComboBox
Asked by
Glenn
Top achievements
Rank 1
Answers by
Aneliya Petkova
Telerik team
Glenn
Top achievements
Rank 1
Share this question
or