Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I have replicated this in the sample project attached.
Simply put, change events on the Kendo DatePicker control (created by the MVC wrapper), fire immediately upon loading the page, but do not fire when the date value of the control is changed.
@(Html.Kendo().DatePicker()
...
.Events(e =>
{
e.Change("change");
})
)
<
script
>
function change() {
console.log("Changed!");
}
</
e.Change(
@<
text
function(e) {
);