Kendo : ComboBox in a grid - Sending additional data of selected combobox to combobox Read()
- 阅读更多 关于 Kendo : ComboBox in a grid - Sending additional data of selected combobox to combobox Read()
问题 ASP.NET MVC5 I have a combobox in a grid (InLine Edit): columns.Bound(x=>x.AccountID).EditorTemplateName("MyTemplate") Where MyTemplate is in /Shared There are millions of Accounts. When I try to edit the combo box in a grid and choose a new value, the ID of the Account, not the name, appears. This is because of course the name of the account is not immediately present so in the Read().Data() of the ComboBox.Datasource I need to send additional data ; the AccountID. My ComboBox Template looks