kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Can't set a validation message through the model for date fields in the Scheduler

Open martintabakov opened this issue 3 years ago • 1 comments

Bug report

Setting a required validation message for a date field through the model has no effect.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/iviweSOr/6
  2. Edit an event
  3. 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 avatar Jun 03 '22 12:06 martintabakov

@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.

jrmcdona avatar Aug 09 '22 19:08 jrmcdona