Reputation: 147
js fiddle here - http://jsfiddle.net/9xj8huj9/1/
$("#Instrument").data("kendoDropDownList").bind('change',function (dataItem) {
alert("Data Binded");
});
Somehow, when the value of the dropdownlist is set dynamically when the button is clicked, data isn't binded.
Any idea how to bind the data here?
Upvotes: 1
Views: 886