Kendo Grid: Setting Model fields on combox selection breaks the combobox up/down arrow scrolling
问题 this follows in from another post to do with setting a grid's selected fields when we have a data source field (and combo fields) with a json object (as opposed to a simple string). So if we look at the change event handler for the following combox... function createCombo(container, options, data) { var input = $('<input name="' + options.field + '" />') input.appendTo(container) input.kendoComboBox({ autoBind: true, filter: "contains", placeholder: "select...", suggest: true, dataTextField: