1. Open Timeline view in jQuery Scheduler Widget Demo | Kendo UI for jQuery (https://demos.telerik.com/kendo-ui/scheduler/timeline)
2. Edit in Kendo UI Dojo
3. Edit an event using the scheduler's event editor so that it is multi day, begins a week prior and ends at the start of the second day of a week at the time of a work day (Event: 06/02/2025 8AM - 06/10/2025 8 AM) (see attached screenshot)
4. Switch to "Work hours" instead of "Full day" view
=> The event is incorrectly displayed, missing a whole day.
The Kendo UI ListView widget supports setting the selected items via the select method. Up to version 2022.2.802, calling select() triggered a change event. This is no longer the case.
You can see the different behaviors in these two DOJOS: 2022.2.802 vs 2023.1.117 (the item gets selected after a second to make sure the dataSource has finished loading).
Add a hidden input to store the current value in it at all times, and a visible display input that has the month/day/year or current value displayed in it; it solved all of the issues and is currently implemented on numerous other Kendo form input controls.
This will make the DateInput compatible with JQuery Unobtrusive Validation.