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

Combobox with autocomplete

5 Answers 157 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dona
Top achievements
Rank 1
Dona asked on 16 May 2013, 05:23 AM
Hi all,

I am new to telerik wpf and I want to know if I can make the Combobox work like autocompletebox.

Thanks,
Dona

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 May 2013, 05:38 AM
Hi Dona,

I guess you need to enable the autocomplete feature for the RadComboBox. If then set the IsEditable property of the RadComboBox to true.

Thanks,
Shinu.
0
Dona
Top achievements
Rank 1
answered on 17 May 2013, 02:55 AM
Thanks shinu. it worked as expected.

No itemtemplate for this control? I want to add a table like structure to incorporate mord details for each entry. Expecting your help.
0
Shinu
Top achievements
Rank 2
answered on 17 May 2013, 04:53 AM
Hi Dona,

I guess you need a separate template for the drop down apart from the selected item. Please have a look at this documentation on Using Custom Item Template which illustrates how to create a custom DataTemplate and set it to the RadComboBox's ItemTemplate property.

To check how you can define a separate template for the selected item of the RadComboBox, please check this documentation.

Thanks,
Shinu.
0
Dona
Top achievements
Rank 1
answered on 21 May 2013, 11:46 AM
Got it shinu thanks. Now i am working with radgrid. In xaml i have defined the radgrid gridviewdatacolumn specifically. But all the columns are repeatedly displayed. Any suggestion for this?
0
Shinu
Top achievements
Rank 2
answered on 21 May 2013, 12:27 PM
Hi Dona,

Try setting the AutoGenerateColumns property of the GridView to false.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Dona
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dona
Top achievements
Rank 1
Share this question
or