Issue With Kendo Combobox
I have defined kendocombox in my html like below
Solution 1:
In the ComboBox demo here they use an index
property to set the initially selected item. Not sure if you can try that in your case. Otherwise there is also a .select() method that you can call on the widget to set the selected item.
It does seem odd that it doesn't set the selected item based on the value
. Maybe it is a bug.
Post a Comment for "Issue With Kendo Combobox"