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

search in combo box column

2 Answers 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Avi Avni
Top achievements
Rank 1
Avi Avni asked on 30 Dec 2010, 07:48 AM

Hello

Is there option to control the search of the combo box in the combo box column?

This is not property that the column provides.

Best regards

Ehud

 

 

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 30 Dec 2010, 08:40 AM
Hello Ehud Pinchas,

You need to set the IsComboBoxEditable property of the GridViewComboBoxColumn:

<telerik:GridViewComboBoxColumn
           DataMemberBinding="{Binding CountryID}"                                                                     
           SelectedValueMemberPath="ID"                                                  
           IsComboBoxEditable="True"                                                                                             
                          DisplayMemberPath="Name" />

 

Regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Avi Avni
Top achievements
Rank 1
answered on 30 Dec 2010, 09:14 AM

Thanks Maya

Tags
GridView
Asked by
Avi Avni
Top achievements
Rank 1
Answers by
Maya
Telerik team
Avi Avni
Top achievements
Rank 1
Share this question
or