Binding array of object to Kendo grid popup multiselect
问题 I'm trying to bind an array of id-value pairs to a kendo grid popup editor. Got everything to work for creating a new record. Popup editor loads the custom editor and successfully submits the data to the controller. The problem is when I try to edit records. The records displays properly in the row, but when I try to edit it, the multiselect does not hold the values. Grid Markup $("#ProjectSites-SubContract-grid").kendoGrid({ dataSource: { type: "json", schema: { data: "Data", total: "Total",