kendo-ui-core
                                
                                 kendo-ui-core copied to clipboard
                                
                                    kendo-ui-core copied to clipboard
                            
                            
                            
                        Can't set a validation message through the model for date fields in the Scheduler
Bug report
Setting a required validation message for a date field through the model has no effect.
Reproduction of the problem
- Open this Dojo example - https://dojo.telerik.com/iviweSOr/6
- Edit an event
- Clear the start/end field and try to save.
Current behavior
The custom validation message is not applied.
Expected/desired behavior
You should be able to change the message through the model
Environment
- Kendo UI version: 2022.2.510
- Browser: [all]
@martintabakov I have a question related to setting required fields. In this DOJO the required fields is adding through the JSON config. But How do you set required field through C# HtmlHelper style.
For example the Title field: https://www.telerik.com/forums/scheduler---making-title-a-required-field
I posted in the Forums the other day about this but nobody has answered it so far.