Hi, how can I bind some simple event like 'change' on MVVM to any of KendoUI widgets?
Example:
And this is exception in web browser:
Uncaught Error: The change binding is not supported by the NumericTextBox widget
Binding events in similar matter for any other non-Kendo widget or controls works just fine.
Am I doing something wrong or binding just doesn't work for Kendo controls?
Example:
<input type="text" id="txtHours" class="kendoNumeric input-mini" data-bind="value: hours, change: hoursChange" />And this is exception in web browser:
Uncaught Error: The change binding is not supported by the NumericTextBox widget
Binding events in similar matter for any other non-Kendo widget or controls works just fine.
Am I doing something wrong or binding just doesn't work for Kendo controls?