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

Radcombobox Alignment

1 Answer 223 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
liza g
Top achievements
Rank 1
liza g asked on 03 Feb 2011, 12:50 PM

Hello,
I have some problems using Radcombobox.
The list with the data is Alignment to right. 
if I choose an item from the list is longer than the width of Radcombobox
the text in Radcombobox has been cut to the right and no to the left.
i have attaced sample code here.
Thanks

<

 

 

Border Grid.Row="2" Style="{StaticResource BorderCombo_Details}" Width="140" HorizontalAlignment="Right" Grid.Column="3" VerticalAlignment="Top">
<telerikInput:RadComboBox IsReadOnly="True" KeyUp="OnKeyUpClear" FlowDirection="RightToLeft" HorizontalAlignment="Right" x:Name="cmbVolStatus" TabIndex="4"
SelectionChanged="cmbVolStatus_SelectionChanged"
Style="{StaticResource RadComboBox_Details}"
SelectedValue="{Binding Source={StaticResource VolunteersVS},
Path=VD_VolStatusID, Mode=TwoWay,
ValidatesOnDataErrors=True,
NotifyOnValidationError=True}"
Validation.Error="Validation_Error"
SelectedValuePath="VS_ID"
DisplayMemberPath="VS_Desc"/>
</Border>

 


1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 04 Feb 2011, 12:05 PM
Hello Liza,

Thank you for contacting us.

Could you please review the this help article, in which is explained how to align the text in the TextBox of the ComboBox.

Hope this information helps. Please let us know if you have further questions.

Regards,
Konstantina
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
ComboBox
Asked by
liza g
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or