When using MVVM generated DropDownList input decorated with required attribute the validation message is not displayed upon validation.
Upon clicking Save the validation fails, as the first input has a required attribute, but a validation message is not displayed.
On failed validation, a validation message should be displayed.
If the CurrentTimeMarker is enabled (it is by default), the resources are grouped, and events with different resource values (about 70) are loaded for the current day, a significant performance deterioration is observed.
With the CurrentTimeMaker disabled or the events loaded for a date different than today (past or future) the performance issue is not exhibited.
MVCSchedulerCurrentTimeMarker.zip
No exceptions are thrown, but the Scheduler becomes unresponsive.
There should be no performance hit, regardless of CurrentTimeMarker being enabled/disabled.
Regression introduced in R2 2018.
The mobile mode of the Scheduler must be turned off.
Reproducible in the demos.
The moveStart event does not fire and the event cannot be moved.
The moveStart event fires and the event can be moved.
The Editor has an Encode option that when enabled allows Html tags to be submitted encoded.
This feature request is for a similar option in the Scheduler. A possible scenario could be an Editor nested in the Scheduler's custom editor. Currently the value of that field will be submitted not encoded regardless of the nested Editor's Encode option value. Having the option of enabling encoding of the values of the Scheduler fields would allow Html tags to be sent encoded.