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:
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>