Reputation: 18867
I have the following line of HTML that works fine.
<select style="margin-left: 20px" id="agencies" data-bind="options:agencies, value: selectedAgency, optionsText:'name'"> </select>
When I enable the Kendo UI combo box like this, I lose all entries in the combo box:
$("#agencies").kendoComboBox();
Anyone know how I can fix this?
TIA.
Upvotes: 0
Views: 959
Reputation: 2193
Check this library by Ryan Niemeyer which provides Knockout.js bindings for Kendo UI widgets.
Upvotes: 2