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

Using CanKeyboardNavigationSelectItems with ItemTemplate

2 Answers 96 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
hwsoderlund
Top achievements
Rank 1
hwsoderlund asked on 17 Sep 2010, 10:08 AM
Is it possible to make keyboard navigation work together with ItemTemplate? I use ItemTemplate for almost all my comboboxes, usually just to add a little bit of space around the TextBlocks, but since I cannot specify both DisplayMemberPath and ItemTemplate, I guess the combobox does not know where to look for matching items when a key is pressed.

/Henrik

2 Answers, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 17 Sep 2010, 11:21 AM
Hello Henrik,

Try with telerik:TextSearch.TextPath attached property - it specifies the member to be used with autocomplete:
http://demos.telerik.com/silverlight/#ComboBox/DataBinding

All the best,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
hwsoderlund
Top achievements
Rank 1
answered on 17 Sep 2010, 12:27 PM
Perfect! Thanks.
Tags
ComboBox
Asked by
hwsoderlund
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
hwsoderlund
Top achievements
Rank 1
Share this question
or