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

Options

fields

An object, which holds the options of the widget.

options

Object
<select id="multiselect" multiple="multiple"></select>
<script>
$("#multiselect").kendoMultiSelect();

var multiselect = $("#multiselect").data("kendoMultiSelect");

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