Kendo Angular multiselect set selected values
问题 I´m using Kendo multiselect with Angular-Kendo directives and with remote datasource. I´m trying to set the selected items when the application starts but with no luck. Can anyone please help me? See Code here: JS Bin 回答1: You can just make a custom directive, and pass in the items you want selected beforehand to the value attribute of the multiselect directive, have a look at this Plunk to see the directive I use. 回答2: You have to hook into the on change event directive and send the