Hello,
Knockout-Kendo.js does not update the control value when the model containing the bound property (not the property itself) is updated
Using standard knockout binding supports that feature.
Example here: http://jsfiddle.net/g7dPw/12/
Click "Change Model" button.
Note that Text Box is updated, but not the Date picker.
Click "Print" to see that date on bound and on date picker are inconsistent.
Is this considered a bug or is it by design?
Knockout-Kendo.js does not update the control value when the model containing the bound property (not the property itself) is updated
Using standard knockout binding supports that feature.
Example here: http://jsfiddle.net/g7dPw/12/
Click "Change Model" button.
Note that Text Box is updated, but not the Date picker.
Click "Print" to see that date on bound and on date picker are inconsistent.
Is this considered a bug or is it by design?