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

Options

fields

An object, which holds the information about the configuration options of the widget.

options

Object
<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList();

var dropdownlist = $("#dropdownlist").data("kendoDropDownList");

var options = dropdownlist.options;
console.log(options) //open the console to see the options object
</script>
Not finding the help you need?
Contact Support