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

Editable on enter ?

1 Answer 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
NS
Top achievements
Rank 1
NS asked on 23 Sep 2008, 11:12 AM
Hi,
I want to create a radcombobox like in the Telerik Jobboard demo: http://demos.telerik.com/silverlight/jobboard/

I want to create the same behaviour as in the "keywords" combobox. (typing text, and on enter do something in code)

Any ideas on how I can achieve this ? It seems I cannot find the right events for this.

Thanks,
Nicolas

1 Answer, 1 is accepted

Sort by
0
NS
Top achievements
Rank 1
answered on 23 Sep 2008, 11:22 AM
Never mind just found the solution myself :-)

Enabling the key-up event, and then checking for e.key == Key.enter does the trick ...
Tags
ComboBox
Asked by
NS
Top achievements
Rank 1
Answers by
NS
Top achievements
Rank 1
Share this question
or