New to Kendo UI for jQueryStart a free 30-day trial

Input

fields

A jQuery object of the visible input element, where the user types.

input

jQuery
<input id="multicolumncombobox" />
<script>
$("#multicolumncombobox").kendoMultiColumnComboBox();

var multicolumncombobox = $("#multicolumncombobox").data("kendoMultiColumnComboBox");

var input = multicolumncombobox.input;
</script>
Not finding the help you need?
Contact Support