We are using Kendo MVVM. It is easy and straightforward to set the data source for a drop down list to pull from that view model. However, we cannot update that source and have it reflected in the drop down list. We can do it for the combobox very easily. Confused as to why the dropdown list would make it "difficult". While it isn't technically difficult, it is dirty for the view model to need to access the view element directly in order to call .setDatasource.
Please tell me I am missing something about updating the datasource of a drop down from the view model.
-David