Make ENTER activate a submit button on a page from all widgets including the dropdown list.
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.
What is a "regular html select"?