kendo-labs / knockout-kendo

A project to create a robust set of Knockout.js bindings for the Kendo UI widgets.
http://kendo-labs.github.com/knockout-kendo/
274 stars 144 forks source link

Combobox with oData datasource completely broken #56

Open JohnGalt1717 opened 11 years ago

JohnGalt1717 commented 11 years ago

If you create the datasource in the binding, or in the binding reference an existing data source, the data source won't issue odata commands, doesn't bind the data that it retrieves to the combobox, and the change, schema.data and error events are never raised.

rniemeyer commented 11 years ago

Do you have some sample code or a jsFiddle that I can play with for this one?