I have an interesting requirement. For the Kendo DropDownList, I need to have the tab key act as the enter key, while also continuing the tabbing through the control. The sequence should be:
In the dropdownlist, the up/down arrow can navigate the list of items. On clicking tab on an item, it should select the item in the list, and tab to the next control in the browser tab order.
Is that possible, maybe by injecting a tab action in one of the dropdownlist events?