Hi,
We have a form page with a kendo-numerictextbox.
Our form is wrapped in a base page that contains some buttons on the top. (so that each form has the same buttons on top)
The buttons are included on the page within the <form> tag.
In case we enter a new value in the numeric textbox and pressing ENTER, the click()-event for the first kendo-button on the top is fired.
- How can we avoid the click() event of that first kendo-button?
- In case the enter is allowed and I want to execute click() of another button (2nd or 3rd). How to achieve that one?
Thanks in advance