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

enter key on softkeyboard

3 Answers 58 Views
InputPrompt
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cristovao
Top achievements
Rank 1
Cristovao asked on 31 Jan 2013, 03:28 PM
What do I have to do to get the enter key event to fire .. for example the Ok button click...

3 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 05 Feb 2013, 08:03 AM
Hello Cristovao,

Thank you for contacting us.

You can read here some information about getting started with RadInputPrompt. In short, you define some sort of handler as an argument of the Show method. You don't need to manually fire any events. The InputPromptClosedEventArgs are evaluated when some of the buttons is pressed and you can just take the information that concerns you (for example the text) from these args as shown in the example.

I hope this information helps. Let me know if you need additional assistance.

All the best,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Cristovao
Top achievements
Rank 1
answered on 05 Feb 2013, 01:16 PM
Hi,

Catching the buttons click is not trouble...
What I'd like to do is when your writing on the texbox instead of having to click on ok/cancel to have the handler fired up I'd like to catch the enter key from the soft keyboard ...

0
Todor
Telerik team
answered on 08 Feb 2013, 08:10 AM
Hello Cristovao,

This is not possible with the current version of RadInputPrompt. We are going to add such a feature for our next release on February 20th.

Regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
InputPrompt
Asked by
Cristovao
Top achievements
Rank 1
Answers by
Todor
Telerik team
Cristovao
Top achievements
Rank 1
Share this question
or