Completed
Last Updated: 20 Jan 2015 16:20 by ADMIN
John
Created on: 02 Jan 2015 15:13
Category: Kendo UI for jQuery
Type: Feature Request
1
Have a way to activate a button (ie: submit) on a page when ENTER is hit while using a dropdown list or other widget and document it
Make ENTER activate a submit button on a page
from all widgets including the dropdown list.
2 comments
ADMIN
Telerik Admin
Posted on: 20 Jan 2015 16:20
This should be possible by intercepting the Enter key keycode and then triggering the click event of the submit button.

Have you tried to implement this scenario with a regular html select element, for instance? The same logic should be reusable when using Kendo UI dropdown, or other Kendo UI widgets on the page.
John
Posted on: 19 Jan 2015 20:32
What is a "regular html select"?