Currently a datasource model field can have a "validation" definition, where each is treated as a validation rule. This allows for a custom rule to be added (e.g., a function to check the field value is not a duplicate), but there is no way to define the associated custom message - it would be nice if we could define "messages" to go with the rules (or maybe specify a validation object?).
Hi Phil,
Here is an online demo, which shows custom validation function with a custom message set as an HTML attribute:
https://demos.telerik.com/kendo-ui/validator/custom-validation
Regards,
Dimo
Progress Telerik