Select
eventsFired when an item from the popup is selected by the user either with mouse/tap or with keyboard navigation.
Important: The event is not fired when an item is selected programmatically.
Event Data
e.dataItem Object
The data item instance of the selected item.
e.item jQuery
The jQuery object which represents the selected item.
e.preventDefault Function
If invoked prevents the select action. The widget will retain the previous selected item.
e.sender kendo.ui.ComboBox
The widget instance which fired the event.