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

Ul

fields

A jQuery object of the ul element, which holds the available options.

ul

jQuery
<input id="combobox" />
<script>
$("#combobox").kendoComboBox();

var combobox = $("#combobox").data("kendoComboBox");

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