0
votes

I want the selected value of kendo combobox with knockout. I have tried using var selectedItem = this.dataItem(e.item.index()),In select method, which is returning the correct value. But after closing the dropdown, it is displaying previously selected item. Is there any other way to set the selected value for kendo combobox.

1

1 Answers

0
votes

You need a custom binding handler. See here.