Hello Eitan,
Thank you for contacting us.
The ActionButtonTap event is raised only when you tap the action button. In your case you can use the KeyDown event:
I hope this helps.
Regards,
Rosy Topchiyska
Telerik
Thank you for contacting us.
The ActionButtonTap event is raised only when you tap the action button. In your case you can use the KeyDown event:
private async void SearchWord_KeyDown(object sender, KeyEventArgs e){ if (e.Key == Key.Enter) { await SearchTheWeb(); }}I hope this helps.
Regards,
Rosy Topchiyska
Telerik
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 Feedback Portal
and vote to affect the priority of the items