This may seem like a dumb question, but what causes the command contol's click method to fire when pressing the enter key while on a html text box control.
I have an mobile application, using the Mobile Web Form controls. This form has several HTML Text Field controls. If the Enter key is pressed while one of these controls has the focus, the command contol's Click method runs. I would like to be able to control this, but I am having no luck in figuring this out.
Also, if there are multiple Command controls on a Mobile Web Form, is there a way to control which Command control's Click method fires?
I have an mobile application, using the Mobile Web Form controls. This form has several HTML Text Field controls. If the Enter key is pressed while one of these controls has the focus, the command contol's Click method runs. I would like to be able to control this, but I am having no luck in figuring this out.
Also, if there are multiple Command controls on a Mobile Web Form, is there a way to control which Command control's Click method fires?