Last Updated:
09 Oct 2024 20:29
by Yana
DataForm: Use the default Telerik LocalizationManager for error messages when data annotations are used for validation
Currently when the validation in the DataForm is implemented through validation attributes in the ViewModel, such as "Required", "Range", etc, , the validation error message is provided by the attribute itself. If you have not specified your own error message explicitly, a default one is provided by the .NET framework. The expected behavior is, in case no ErrorMessage is provided in the attribute , the Telerik LocalizationManager default error messages to be used.