Hi,
is this statement
in the example http://docs.kendoui.com/tutorials/mvvm-in-kendo-ui correct? Because it doesn't work. In JSFiddle example you use this
statement.
is this statement
<select data-role="dropdownlist" data-bind="source: type, value: expenseType"> <span data-text-field="name" data-value-field="value" ></select>in the example http://docs.kendoui.com/tutorials/mvvm-in-kendo-ui correct? Because it doesn't work. In JSFiddle example you use this
<select data-role="dropdownlist" data-bind="source: type, value: expenseType" data-text-field="name" data-value-field="value" ></select>statement.