We used the Kendo UI DropDownList the first time without binding with knockout.
Via jquery a usual html input is transformed into a KendoUI DropDownList.
But how can i remove/edit/add items to the options?
If i modify the html inputs options via jquery it has no influence on the kendoui dropdown – even with a refresh call afterwards.
Any ideas how to do this?
Thanks
Yo mate
You should use the dataSource of the combobox.
e.g.
then you can modify the items like this
to add item or remove use the add and remove methods of the dataSource