listjQuery
A jQuery object of the drop-down list element.
Example - get list element
<input id="combobox" /> <script> $("#combobox").kendoComboBox(); var combobox = $("#combobox").data("kendoComboBox"); var list = combobox.list; </script> In this article