cancel
Showing results for 
Search instead for 
Did you mean: 

On Enter Event in Laptop UI

Former Member
0 Kudos

Hi,

I am developing a 7.1 Laptop application. In the view I have a table, which has input field as one of the columns. Now I added an action for the input field, on the onEnter event of the input field. But the OnEnter event does not get called from the input field. According to my understanding the OnEnter event would get called when the cursor from the input field moves out of the input field. But this does not happen. When I test the same by creating a button and assigning the same action method to the Button onAction event, the action method gets called.

Please suggest!

Regards,

Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Priya,

You say

According to my understanding the OnEnter event would get called when the cursor from the input field moves out of the input field

but the onEnter event does triggered by pressing the enter key.

Regards,

Simon.