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

RadComboBox select only from the list

1 Answer 215 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 23 Nov 2010, 01:08 PM
Hi,

I use radcombobox with itemSource and I want that the user would select items from the list only and  disabled from typing other
characters in it.
In addition, I want that the autocomplete option will be enabled.
I have those properties in my xaml:

<telerik:RadComboBox Grid.Column="3" Grid.Row="6" 
              IsReadOnly="True" IsEditable="True"/>

but then if the user start type some characterties, he can't delete them.
when I set the IsEditable property to false, it work well, but then it change the control style.

I saw that the first option is working  well in the newer telerik dll version, but I don't want to upgrade the all dll. can I upgrade only one control from the new version?
or, how can I change the style of the control that look like IsEditable is true? I use Windows7Theme.
Is ther more idea's or solutions?

Thanks.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 26 Nov 2010, 01:11 PM
Hi,

When you upgrade, all controls must be one and same version. You cannot use binaries with different versions. 
For more information how to style the RadComboBox, please refer to the following link - http://www.telerik.com/help/silverlight/combobox-styling-and-appearance-overview.html. You could easily accomplish this task using Blend.
 

Regards,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
ComboBox
Asked by
liza g
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or