Set the binding of a dropdown in knockout to an object
问题 I am trying to trying to set a the binding a drop down list (kendo drop down) uses to a full object. I am using Knockout-Kendo to accomplish the binding but I don't think the kendo stuff or knockout-kendo stuff is a factor in my problem. For example I have the following object var model = { "Client": null, "Clients": [ { "CompanyAccount": { "RelationshipManager": {}, "CompanyAccountId": 1, "Name": "My Company Name", "PhoneNumber": "(555) 555-5555", "Address": { "State": { "StateId": 6, "Name"